Spaces:
Running
Running
Update Dockerfile
Browse files- 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
|