mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 07:25:19 +02:00
add bash
This commit is contained in:
parent
77e5901efe
commit
fea3985e24
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ COPY ./apps/client/env.sh /env.sh
|
||||||
RUN chmod +x /env.sh
|
RUN chmod +x /env.sh
|
||||||
|
|
||||||
# Used for container health checks and env handling
|
# Used for container health checks and env handling
|
||||||
RUN apk add --no-cache curl gawk
|
RUN apk add --no-cache curl gawk bash
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
USER node
|
USER node
|
||||||
COPY --from=builder --chown=node:node /app .
|
COPY --from=builder --chown=node:node /app .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue