mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
expose HTTP and HTTPS ports by default with 'make docker'
This commit is contained in:
parent
49878d0b7f
commit
3a0d4fd7d2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -115,7 +115,7 @@ clean:
|
|||
|
||||
docker:
|
||||
docker build -t s2ss .
|
||||
docker run -itv $(PWD):/s2ss s2ss
|
||||
docker run -it -p 80:80 -p 443:443 -v $(PWD):/s2ss s2ss
|
||||
|
||||
doc:
|
||||
doxygen
|
||||
|
|
Loading…
Add table
Reference in a new issue