mirror of
https://github.com/stonith404/pingvin-share.git
synced 2025-01-15 01:14:27 -05:00
fix: remove unnecessary port expose
This commit is contained in:
parent
797f8938ca
commit
084e911eed
1 changed files with 0 additions and 1 deletions
|
@ -48,5 +48,4 @@ COPY --from=backend-builder /opt/app/package.json ./
|
|||
|
||||
WORKDIR /opt/app
|
||||
EXPOSE 3000
|
||||
EXPOSE 8080
|
||||
CMD node frontend/server.js & cd backend && npm run prod
|
Loading…
Add table
Reference in a new issue