Skip to content

Commit

Permalink
Update deployment.sh to pass env variables to docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
st-vi authored Oct 18, 2023
1 parent 58bddc4 commit 298cdf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebSocketClient/deployment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ docker kill uvl-playground-website
docker rm uvl-playground-website

docker build -t uvl-playground-website .
docker run --name uvl-playground-website -d -p 80:80 -t uvl-playground-website
docker run --name uvl-playground-website -d -p 80:80 -t uvl-playground-website -e PORT=30000 -e UVLS_HOST_NAME=http://590c9306-8ced-48f6-85f2-bb8caa1bfd52.ul.bw-cloud-instance.org/

0 comments on commit 298cdf3

Please sign in to comment.