1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 07:25:19 +02:00
This commit is contained in:
Six 2024-01-21 15:41:23 -08:00 committed by GitHub
parent 77e5901efe
commit fea3985e24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 .