mirror of
https://github.com/theoleuthardt/werkzeugkiste.git
synced 2026-06-13 01:27:54 +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
|
||||
|
||||
USER root
|
||||
RUN mkdir -p /app/tmp && chown -R fastify:fastify /app/tmp
|
||||
|
||||
USER fastify
|
||||
|
||||
RUN mkdir -p /app/tmp
|
||||
EXPOSE 4000
|
||||
|
||||
ARG CORS_ALLOWED_ORIGIN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue