Skip to content

Commit

Permalink
creating var/www/wts dir
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 committed Nov 7, 2024
1 parent 95e2e34 commit 3ffc679
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ FROM base

COPY --from=builder /$appname /$appname

RUN mkdir -p /var/www/$appname \
&& chown gen3:gen3 /var/www/$appname

# Switch to non-root user 'gen3' for the serving process
USER gen3

Expand Down

0 comments on commit 3ffc679

Please sign in to comment.