Update Dockerfile

This commit is contained in:
slawk0
2024-08-28 17:41:54 +02:00
committed by GitHub
parent 1baf89745f
commit 2ec948c1e3

View File

@@ -34,7 +34,7 @@ COPY . .
CMD npm i
# Expose the port that the application listens on.
EXPOSE 3000
EXPOSE ${APP_PORT}
# Run the application.
CMD node index.js