Skip to content

Commit

Permalink
Fix sitemap permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
aeifn committed Oct 9, 2023
1 parent 96319fc commit e087ba7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .docker/backend.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ ENV NODE_ENV production
COPY --from=builder /appBuild/ .
RUN npm install --production
RUN mkdir /store && chown node:node /store
RUN mkdir /sitemap && chown node:node /sitemap
USER node
CMD ["bin/run"]

0 comments on commit e087ba7

Please sign in to comment.