Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +5 -5
Dockerfile
CHANGED
@@ -14,10 +14,10 @@ RUN echo 'eval "$(pyenv init -)"' >> ~/.bashrc
|
|
14 |
|
15 |
# Set the working directory
|
16 |
WORKDIR /root/opentrons
|
17 |
-
EXPOSE 31950
|
18 |
-
|
19 |
-
# Run make command in robot-server directory
|
20 |
-
RUN /bin/bash -c "source ~/.bashrc && make -C robot-server dev"
|
21 |
|
22 |
# Run chat UI
|
23 |
-
RUN /bin/bash -c "source ~/.bashrc && python app.py"
|
|
|
|
|
|
|
|
14 |
|
15 |
# Set the working directory
|
16 |
WORKDIR /root/opentrons
|
17 |
+
# EXPOSE 31950
|
|
|
|
|
|
|
18 |
|
19 |
# Run chat UI
|
20 |
+
RUN /bin/bash -c "source ~/.bashrc && python app.py"
|
21 |
+
|
22 |
+
# Run make command in robot-server directory
|
23 |
+
RUN /bin/bash -c "source ~/.bashrc && make -C robot-server dev"
|