fix(release): ✨ change no import env & secrets
This commit is contained in:
parent
0ffc3e89b0
commit
3be13f53fd
1 changed files with 2 additions and 2 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue