Update Dockerfile
This commit is contained in:
@@ -26,7 +26,7 @@ WORKDIR /app
|
||||
COPY --from=build /app/.output/ ./
|
||||
|
||||
# Change the port and host
|
||||
ENV PORT=80
|
||||
ENV PORT=81
|
||||
ENV HOST=0.0.0.0
|
||||
|
||||
EXPOSE 81
|
||||
|
||||
Reference in New Issue
Block a user