Commit
·
9ba729e
1
Parent(s):
b61cb26
Fixing script name
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -92,7 +92,7 @@ RUN --mount=target=requirements.txt,source=requirements.txt \
|
|
92 |
pip install --no-cache-dir --upgrade -r requirements.txt
|
93 |
|
94 |
RUN --mount=target=on_startup_user.sh,source=on_startup_user.sh,readwrite \
|
95 |
-
bash
|
96 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
97 |
COPY --chown=user . $HOME/app
|
98 |
|
|
|
92 |
pip install --no-cache-dir --upgrade -r requirements.txt
|
93 |
|
94 |
RUN --mount=target=on_startup_user.sh,source=on_startup_user.sh,readwrite \
|
95 |
+
bash on_startup_user.sh
|
96 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
97 |
COPY --chown=user . $HOME/app
|
98 |
|