mirror of
https://github.com/theoleuthardt/werkzeugkiste.git
synced 2026-06-13 09:37:53 +00:00
Merge pull request #33 from theoleuthardt/fix/tools-backend-error
fix: permission for creating directory for bg-remover
This commit is contained in:
commit
bae880e157
1 changed files with 1 additions and 4 deletions
|
|
@ -59,10 +59,7 @@ COPY --from=deps --chown=fastify:nodejs /app/node_modules ./node_modules
|
||||||
COPY --from=builder --chown=fastify:nodejs /app/package.json ./package.json
|
COPY --from=builder --chown=fastify:nodejs /app/package.json ./package.json
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
RUN mkdir -p /app/tmp && chown -R fastify:fastify /app/tmp
|
RUN mkdir -p /app/tmp
|
||||||
|
|
||||||
USER fastify
|
|
||||||
|
|
||||||
EXPOSE 4000
|
EXPOSE 4000
|
||||||
|
|
||||||
ARG CORS_ALLOWED_ORIGIN
|
ARG CORS_ALLOWED_ORIGIN
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue