mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
4 lines
81 B
Plaintext
4 lines
81 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
docker run -v $(pwd)/public:/usr/share/nginx/html:ro -p 8080:80 nginx
|