Skip to content

Commit

Permalink
fix dockerfile env
Browse files Browse the repository at this point in the history
  • Loading branch information
BretFisher committed Jul 27, 2024
1 parent 0316ba9 commit c7344a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion result/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN npm ci && \

COPY . .

ENV PORT 80
ENV PORT=80
EXPOSE 80

ENTRYPOINT ["/usr/bin/tini", "--"]
Expand Down

0 comments on commit c7344a8

Please sign in to comment.