chore: change default port in dockerfile

This commit is contained in:
Elias Schneider
2024-10-30 11:53:36 +01:00
parent 939601b6a4
commit 3484daf870

View File

@@ -38,7 +38,7 @@ COPY --from=backend-builder /app/backend/images ./backend/images
COPY ./scripts ./scripts
RUN chmod +x ./scripts/*.sh
EXPOSE 3000
EXPOSE 80
ENV APP_ENV=production
# Use a shell form to run both the frontend and backend