fix(release): change no import env & secrets

This commit is contained in:
pakintada@gmail.com 2024-06-19 16:12:26 +07:00
parent 0ffc3e89b0
commit 3be13f53fd

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"]