Update Dockerfile
This commit is contained in:
@@ -29,6 +29,6 @@ COPY --from=build /app/.output/ ./
|
|||||||
ENV PORT=80
|
ENV PORT=80
|
||||||
ENV HOST=0.0.0.0
|
ENV HOST=0.0.0.0
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 81
|
||||||
|
|
||||||
CMD ["node", "/app/server/index.mjs"]
|
CMD ["node", "/app/server/index.mjs"]
|
||||||
Reference in New Issue
Block a user