🐳 脚本完善

This commit is contained in:
李寻欢 2023-11-30 11:56:40 +08:00
parent e80fe2a7a0
commit 917e96b332

View File

@ -18,4 +18,4 @@ EXPOSE 8080
WORKDIR /app
COPY --from=builder /builder/app ./app
COPY --from=builder /builder/views ./views
CMD ./app
CMD ls -lah && ./app