Compare commits
6 Commits
abcb6539fc
...
2.7.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
6c36f43760
|
|||
|
4dd19b1104
|
|||
|
3e21620d1b
|
|||
|
ecee75af4a
|
|||
|
1233d7b441
|
|||
|
128df31840
|
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM nginx
|
||||
|
||||
# Copia pagine HTML
|
||||
COPY index.html /usr/share/nginx/html/index.html
|
||||
COPY simulatore.html /usr/share/nginx/html/simulatore.html
|
||||
COPY guida.html /usr/share/nginx/html/guida.html
|
||||
|
||||
EXPOSE 80
|
||||
7
docker-compose.yml
Normal file
7
docker-compose.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
simulator:
|
||||
image: git.fiorencis.eu/eduprojects/dicampi-raid-simulator:latest
|
||||
ports:
|
||||
- 8080:80
|
||||
restart: unless-stopped
|
||||
network_mode: bridge
|
||||
Reference in New Issue
Block a user