Skip to content

Commit 5dd2e43

Browse files
authored
fmt: Dockerfile
Standardized spacing of elements following CMD.
1 parent 0082409 commit 5dd2e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ RUN echo "conda activate pymc-dev" >> ~/.bashrc && \
2727

2828
# For running from jupyter notebook
2929
EXPOSE 8888
30-
CMD ["conda", "run", "--no-capture-output", "-n", "pymc-dev", "jupyter","notebook","--ip=0.0.0.0","--port=8888","--no-browser"]
30+
CMD ["conda", "run", "--no-capture-output", "-n", "pymc-dev", "jupyter", "notebook", "--ip=0.0.0.0", "--port=8888", "--no-browser"]

0 commit comments

Comments
 (0)