DeFactOfficial commited on
Commit
d17f176
·
verified ·
1 Parent(s): a3cea3f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -6,7 +6,8 @@ USER node
6
 
7
  # Set home to the user's home directory
8
  ENV HOME=/home/node \
9
- PATH=/home/node/.local/bin:$PATH
 
10
 
11
  # Set the working directory to the user's home directory
12
  WORKDIR $HOME/app
 
6
 
7
  # Set home to the user's home directory
8
  ENV HOME=/home/node \
9
+ PATH=/home/node/.local/bin:$PATH \
10
+ STATIC_SITE_ROOT=$HOME/app/public
11
 
12
  # Set the working directory to the user's home directory
13
  WORKDIR $HOME/app