File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN mkdir -p /home/developer/
21
21
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
22
22
23
23
LABEL maintainer=
"Joseph Sinfield <[email protected] >"
24
- LABEL runcommand="docker run --rm -ti -e http_proxy -e https_proxy -e HTTP_PROXY -e HTTPS_PROXY -e SSH_AUTH_SOCK=\$ SSH_AUTH_SOCK -v $(dirname \$ SSH_AUTH_SOCK):$(dirname \$ SSH_AUTH_SOCK) -v $(pwd):/home/developer/workspace -w /home/developer/workspace jslog/development-env"
24
+ LABEL runcommand="docker run --rm -ti -p 3000:3000 - e http_proxy -e https_proxy -e HTTP_PROXY -e HTTPS_PROXY -e SSH_AUTH_SOCK=\$ SSH_AUTH_SOCK -v $(dirname \$ SSH_AUTH_SOCK):$(dirname \$ SSH_AUTH_SOCK) -v $(pwd):/home/developer/workspace -w /home/developer/workspace jslog/development-env"
25
25
26
26
# Set debconf to run non-interactively
27
27
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
You can’t perform that action at this time.
0 commit comments