Skip to content

Commit 712b09b

Browse files
authored
Merge pull request #107 from CS3219-AY2425S1/cloud-fix
remove the referenbce of .env.production in api gateway DockerFile
2 parents 0542573 + 009ff33 commit 712b09b

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)