Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CTI Tools
tosca2doc
Commits
8a7be03d
Commit
8a7be03d
authored
May 15, 2019
by
carignani
Browse files
fixes to be deployed on Docker
parent
0d04ebf8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
8a7be03d
...
...
@@ -32,5 +32,7 @@ ENV LANG en_US.UTF-8
ENV
LANGUAGE en_US:en
ENV
LC_ALL en_US.UTF-8
RUN
mkdir
/tmp/upload
ENTRYPOINT
["python3"]
CMD
["web_app.py"]
Readme.md
View file @
8a7be03d
...
...
@@ -9,7 +9,7 @@ Build the image with
Run the container with
docker run -d -p 5000:5000 tosca-ie-sample
docker run -d
-t
-p 5000:5000 tosca-ie-sample
## Run locally
...
...
@@ -19,4 +19,4 @@ Install prerequisites
Run the web_app
python src/web_app.py
\ No newline at end of file
python src/web_app.py
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment