Spaces:
Sleeping
Sleeping
fix: image build
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -30,6 +30,7 @@ COPY --chown=1000 .env /app/.env
|
|
30 |
COPY --chown=1000 entrypoint.sh /app/entrypoint.sh
|
31 |
COPY --chown=1000 gcp-*.json /app/
|
32 |
|
|
|
33 |
|
34 |
RUN --mount=type=cache,target=/app/.npm \
|
35 |
npm set cache /app/.npm && \
|
|
|
30 |
COPY --chown=1000 entrypoint.sh /app/entrypoint.sh
|
31 |
COPY --chown=1000 gcp-*.json /app/
|
32 |
|
33 |
+
RUN chown -R 1000:1000 /app/.npm
|
34 |
|
35 |
RUN --mount=type=cache,target=/app/.npm \
|
36 |
npm set cache /app/.npm && \
|