🐛
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
coward
2024-05-08 15:51:19 +08:00
parent 252c2a27e6
commit 433b67a038
2 changed files with 3 additions and 3 deletions

View File

@@ -16,11 +16,11 @@ RUN ls -lh && chmod +x ./app
FROM alpine
WORKDIR /app
WORKDIR db
RUN mkdir -p db
COPY --from=build /build/app /app
COPY --from=build /build/template/* /app/template/
RUN ls -al /app/ | grep 'app'
ENTRYPOINT ["/app/app"]
ENTRYPOINT ["./app"]