Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ISRIC
wsm.rest
Commits
f3ed19af
Commit
f3ed19af
authored
Dec 08, 2017
by
Luís de Sousa
Browse files
Update Dockerfile with specific paths for deployment
parent
c1443063
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
f3ed19af
...
...
@@ -14,7 +14,7 @@ EXPOSE 80
# docker build -t ldesousa/wsm.rest .
# Run command
# docker run -dit -v /
home/duque004/git
/wsm.rest:/var/www/wsm.rest --name wsm.rest -p 8081:80 ldesousa/wsm.rest
# docker run -dit -v /
var/www
/wsm.rest:/var/www/wsm.rest --name wsm.rest -p 8081:80 ldesousa/wsm.rest
# Attach to the container and run the startup script
# docker attach wsm.rest
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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