Spaces:
Sleeping
Sleeping
Gabriel Luiz Freitas Almeida
commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -15,7 +15,7 @@ RUN git clone https://github.com/logspace-ai/langflow.git $LANGFLOW_HOME \
|
|
| 15 |
|
| 16 |
# Copy the code into the container
|
| 17 |
WORKDIR $LANGFLOW_HOME
|
| 18 |
-
COPY . .
|
| 19 |
|
| 20 |
# Create logs directory and set permissions
|
| 21 |
RUN mkdir logs && chmod 777 logs
|
|
|
|
| 15 |
|
| 16 |
# Copy the code into the container
|
| 17 |
WORKDIR $LANGFLOW_HOME
|
| 18 |
+
COPY --chown=user:user . .
|
| 19 |
|
| 20 |
# Create logs directory and set permissions
|
| 21 |
RUN mkdir logs && chmod 777 logs
|