Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -121,6 +121,8 @@ RUN --mount=target=requirements.txt,source=requirements.txt \
|
|
121 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
122 |
COPY --chown=user . $HOME/app
|
123 |
|
|
|
|
|
124 |
RUN chmod +x start_server.sh
|
125 |
|
126 |
ENV PYTHONUNBUFFERED=1 \
|
|
|
121 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
122 |
COPY --chown=user . $HOME/app
|
123 |
|
124 |
+
WORKDIR $HOME/app
|
125 |
+
|
126 |
RUN chmod +x start_server.sh
|
127 |
|
128 |
ENV PYTHONUNBUFFERED=1 \
|