feat(deploy): ✨ WIP setting fetch & test before build
This commit is contained in:
parent
07ec247b53
commit
283088648a
3 changed files with 68 additions and 13 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