feat(deploy): WIP setting fetch & test before build

This commit is contained in:
pakintada@gmail.com 2024-09-09 17:23:04 +07:00
parent 07ec247b53
commit 283088648a
3 changed files with 68 additions and 13 deletions

View file

@ -20,8 +20,8 @@ WORKDIR /app
RUN apk update && apk add --no-cache sqlite curl
COPY --from=builder /app/recipe-manager .
# COPY --from=builder /app/app.env .
# COPY --from=builder /app/client_secret.json .
COPY --from=builder /app/app.env .
COPY --from=builder /app/client_secret.json .
# run the service on container startup.
CMD ["/app/recipe-manager"]