Spaces:
Running
on
L4
Running
on
L4
fix: env
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -56,7 +56,7 @@ RUN pip install --no-cache-dir --upgrade pip
|
|
56 |
|
57 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
58 |
# COPY --chown=user . $HOME/app
|
59 |
-
COPY --chown=user .env
|
60 |
COPY --chown=user entrypoint.sh $HOME/app/
|
61 |
|
62 |
# auto init nvm for the "user" user
|
|
|
56 |
|
57 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
58 |
# COPY --chown=user . $HOME/app
|
59 |
+
COPY --chown=user .env /app/
|
60 |
COPY --chown=user entrypoint.sh $HOME/app/
|
61 |
|
62 |
# auto init nvm for the "user" user
|