5 lines
95 B
Docker
5 lines
95 B
Docker
FROM kosssi/nginx-lowtech:0.0.2
|
|
|
|
# Copie des sources du site
|
|
COPY public /usr/share/nginx/html
|