Skip to content

Commit d492832

Browse files
authored
Update Dockerfile
1 parent 280d2de commit d492832

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Use Node.js 18 as the base image
22
FROM node:20-alpine as builder
33

4+
# Declare build arguments
5+
ARG PROD_API_URL
6+
ARG STAGE_API_URL
7+
ARG STAGE_API_BASE_URL
8+
ARG PROD_API_BASE_URL
9+
410
# Set working directory
511
WORKDIR /app
612

0 commit comments

Comments
 (0)