Skip to content

Commit 009ff33

Browse files
committed
remove the referenbce of .env.production in api gateway DockerFile
1 parent 5aba852 commit 009ff33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-gateway/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ENV PORT=8001
3030

3131
COPY src ./src
3232
COPY tsconfig.json ./
33-
COPY .env.production ./
33+
# COPY .env.production ./
3434

3535
EXPOSE ${PORT}
3636

0 commit comments

Comments
 (0)