Mejor un compose, solo necesito copiar 2 archivos

This commit is contained in:
Daniel Cortés
2019-04-05 09:38:56 -03:00
parent e9af4cfb89
commit e667f4acd5
2 changed files with 10 additions and 3 deletions
-3
View File
@@ -1,3 +0,0 @@
FROM nginx:alpine
COPY . /usr/share/nginx/html
+10
View File
@@ -0,0 +1,10 @@
version: '3'
services:
nginx:
image: nginx:alpine
volumes:
- .:/usr/share/nginx/html/
ports:
- 8082:80
- 8083:443