Update port
This commit is contained in:
parent
a7345c80a2
commit
992a4a6500
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ COPY --from=builder /app/.next/standalone ./
|
||||||
COPY --from=builder /app/.next/static ./.next/static
|
COPY --from=builder /app/.next/static ./.next/static
|
||||||
COPY --from=builder /app/src/styles/output.css ./src/styles/output.css
|
COPY --from=builder /app/src/styles/output.css ./src/styles/output.css
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 805
|
||||||
ENV PORT 3000
|
ENV PORT 3000
|
||||||
ENV HOSTNAME "0.0.0.0"
|
ENV HOSTNAME "0.0.0.0"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue