Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -11,10 +11,8 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
11 |
|
12 |
COPY --chown=user . /code/
|
13 |
|
14 |
-
# Make the start script executable
|
15 |
USER root
|
16 |
RUN chmod +x /code/start.sh
|
17 |
USER user
|
18 |
|
19 |
-
# Use the start script as the entry point
|
20 |
CMD ["/bin/bash", "/code/start.sh"]
|
|
|
11 |
|
12 |
COPY --chown=user . /code/
|
13 |
|
|
|
14 |
USER root
|
15 |
RUN chmod +x /code/start.sh
|
16 |
USER user
|
17 |
|
|
|
18 |
CMD ["/bin/bash", "/code/start.sh"]
|