set default port for docker
This commit is contained in:
@@ -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
|
COPY --from=build /app/build /app/public
|
||||||
|
|
||||||
LABEL org.opencontainers.image.source="https://github.com/cogentapps/chat-with-gpt"
|
LABEL org.opencontainers.image.source="https://github.com/cogentapps/chat-with-gpt"
|
||||||
|
ENV PORT 3000
|
||||||
|
|
||||||
CMD ["npm", "run", "start"]
|
CMD ["npm", "run", "start"]
|
Reference in New Issue
Block a user