Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -17,8 +17,6 @@ RUN git clone https://github.com/logspace-ai/langflow.git $LANGFLOW_HOME \
|
|
17 |
# Copy the code into the container
|
18 |
RUN chown -R pn:pn $LANGFLOW_HOME
|
19 |
|
20 |
-
USER pn
|
21 |
-
|
22 |
WORKDIR $LANGFLOW_HOME
|
23 |
|
24 |
# Create logs directory
|
@@ -28,5 +26,5 @@ RUN pipx install poetry
|
|
28 |
RUN make install_frontend && make build_frontend && make install_backend
|
29 |
|
30 |
# Update the config.yaml file, build and install the langflow package
|
31 |
-
|
32 |
CMD ["make", "start", "host=0.0.0.0", "port=7860", "log_level=debug"]
|
|
|
17 |
# Copy the code into the container
|
18 |
RUN chown -R pn:pn $LANGFLOW_HOME
|
19 |
|
|
|
|
|
20 |
WORKDIR $LANGFLOW_HOME
|
21 |
|
22 |
# Create logs directory
|
|
|
26 |
RUN make install_frontend && make build_frontend && make install_backend
|
27 |
|
28 |
# Update the config.yaml file, build and install the langflow package
|
29 |
+
USER pn
|
30 |
CMD ["make", "start", "host=0.0.0.0", "port=7860", "log_level=debug"]
|