Skip to content

Commit 0ad4390

Browse files
author
js-jslog
committed
Add port mapping for webapps being run from within associated containers
1 parent 5dd8647 commit 0ad4390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN mkdir -p /home/developer/
2121
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
2222

2323
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"
2525

2626
# Set debconf to run non-interactively
2727
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections

0 commit comments

Comments
 (0)