🐳 Update options and port for Dockerfile

This commit is contained in:
Alicia Sykes
2024-04-13 12:32:17 +01:00
parent 743b5340f8
commit a6381a4a7e
3 changed files with 12 additions and 10 deletions

View File

@@ -28,7 +28,7 @@ RUN yarn build --mode production
FROM node:20.11.1-alpine3.19
# Define some ENV Vars
ENV PORT=80 \
ENV PORT=8080 \
DIRECTORY=/app \
IS_DOCKER=true