mirror of
https://github.com/theoleuthardt/werkzeugkiste.git
synced 2026-06-13 09:37:53 +00:00
fix: remove-bg tmp directory create in dockerfile and set permissions
This commit is contained in:
parent
0505620145
commit
f8ad566e61
2 changed files with 13 additions and 3 deletions
|
|
@ -60,6 +60,8 @@ COPY --from=builder --chown=fastify:nodejs /app/package.json ./package.json
|
|||
|
||||
USER fastify
|
||||
|
||||
RUN mkdir -p /app/tmp && chown -R fastify:fastify /app/tmp
|
||||
|
||||
EXPOSE 4000
|
||||
|
||||
ARG CORS_ALLOWED_ORIGIN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue