change port to 8910
This commit is contained in:
@@ -30,7 +30,7 @@ COPY --from=builder /app/conf/ ./conf/
|
|||||||
COPY --from=builder /app/templates/ ./templates/
|
COPY --from=builder /app/templates/ ./templates/
|
||||||
|
|
||||||
# 暴露端口
|
# 暴露端口
|
||||||
EXPOSE 8080
|
EXPOSE 8910
|
||||||
|
|
||||||
# 运行可执行文件
|
# 运行可执行文件
|
||||||
CMD ["./app"]
|
CMD ["./app"]
|
||||||
Reference in New Issue
Block a user