Skip to content

Commit

Permalink
fix: set HOME env
Browse files Browse the repository at this point in the history
  • Loading branch information
kespinola committed Oct 6, 2023
1 parent addf536 commit 08b56a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM node:20-alpine AS base
WORKDIR /app
ENV HOME=/app
RUN addgroup -g 10000 uploader && adduser -u 10000 -G uploader -s /bin/sh -D uploader
RUN chown -R uploader:uploader /app
USER uploader
Expand Down

0 comments on commit 08b56a4

Please sign in to comment.