Skip to content

Commit

Permalink
Merge pull request #15 from skohub-io/create-uploads-dir-in-advance
Browse files Browse the repository at this point in the history
Create uploads directory inside container in advance
  • Loading branch information
sroertgen authored Sep 26, 2023
2 parents 7ede236 + 2538982 commit b498e8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ ENV NODE_ENV production

WORKDIR /app

RUN mkdir uploads

RUN chown -R node:node /app

COPY --chown=node:node . .
Expand Down

0 comments on commit b498e8d

Please sign in to comment.