mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-31 15:09:39 +02:00
fix env
This commit is contained in:
parent
07c82d8eb0
commit
fd5a849136
9 changed files with 32 additions and 52 deletions
|
@ -31,8 +31,8 @@ COPY --from=builder /app/.next ./.next
|
|||
COPY --from=builder /app/dist ./dist
|
||||
|
||||
# Expose the ports the app runs on
|
||||
EXPOSE ${EXTERNAL_PORT}
|
||||
EXPOSE ${INTERNAL_PORT}
|
||||
EXPOSE 3000
|
||||
EXPOSE 3001
|
||||
|
||||
# Start the application
|
||||
CMD ["npm", "start"]
|
||||
CMD ["npm", "start"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue