Skip to content

Commit dc01ddc

Browse files
committed
TODO
1 parent 147e6bc commit dc01ddc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ COPY package*.json ./
77
RUN npm install
88

99
COPY . .
10+
ARG NEXT_PUBLIC_SSE_SERVER
11+
ENV NEXT_PUBLIC_SSE_SERVER=${NEXT_PUBLIC_SSE_SERVER}
1012
RUN npm run build
1113

1214

compose.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
context: .
55
dockerfile: Dockerfile
66
args:
7-
- NEXT_PUBLIC_SSE_SERVER=${NEXT_PUBLIC_SSE_SERVER}
7+
NEXT_PUBLIC_SSE_SERVER: ${NEXT_PUBLIC_SSE_SERVER}
88
container_name: frontend-dev
99
ports:
1010
- "3000:3000"

0 commit comments

Comments
 (0)