doorverse24
commited on
Commit
·
e88abc9
1
Parent(s):
4ef59f8
Updated docker file
Browse files- Dockerfile +2 -2
- __pycache__/app.cpython-39.pyc +0 -0
Dockerfile
CHANGED
@@ -18,8 +18,8 @@ USER user
|
|
18 |
|
19 |
#set home to the user's home directory
|
20 |
|
21 |
-
ENV HOME
|
22 |
-
PATH
|
23 |
|
24 |
#set the working directory to the user's home directory
|
25 |
WORKDIR $HOME/app
|
|
|
18 |
|
19 |
#set home to the user's home directory
|
20 |
|
21 |
+
ENV HOME=/home/user \
|
22 |
+
PATH=/home/user/.local/bin:$PATH
|
23 |
|
24 |
#set the working directory to the user's home directory
|
25 |
WORKDIR $HOME/app
|
__pycache__/app.cpython-39.pyc
ADDED
Binary file (701 Bytes). View file
|
|