mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-11 07:32:57 +03:00
chore: change default port in dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user