fix: remove-bg tmp directory create in dockerfile and set permissions

This commit is contained in:
theoleuthardt 2025-02-28 15:58:59 +01:00
parent 0505620145
commit f8ad566e61
2 changed files with 13 additions and 3 deletions

View file

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