mirror of
https://github.com/nikdoof/pocket-id.git
synced 2025-12-14 07:12:19 +00: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
|
COPY ./scripts ./scripts
|
||||||
RUN chmod +x ./scripts/*.sh
|
RUN chmod +x ./scripts/*.sh
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 80
|
||||||
ENV APP_ENV=production
|
ENV APP_ENV=production
|
||||||
|
|
||||||
# Use a shell form to run both the frontend and backend
|
# Use a shell form to run both the frontend and backend
|
||||||
|
|||||||
Reference in New Issue
Block a user