Skip to content

Commit

Permalink
set default port for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
cogentapps committed Mar 15, 2023
1 parent 84c5066 commit 1cc3d29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ RUN CI=true sh -c "cd /app && mkdir data && npm run start && rm -rf data"
COPY --from=build /app/build /app/public

LABEL org.opencontainers.image.source="https://github.com/cogentapps/chat-with-gpt"
ENV PORT 3000

CMD ["npm", "run", "start"]

0 comments on commit 1cc3d29

Please sign in to comment.