gwbvipvip hace 1 año
padre
commit
b109b65641
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      dockerfile

+ 3
- 1
dockerfile Ver fichero

@@ -1,4 +1,6 @@
FROM nginx:latest
FROM nginx
pwd
ls
COPY ./dist /usr/share/nginx/html/
COPY ./default.conf /etc/nginx/conf.d/
EXPOSE 80


Cargando…
Cancelar
Guardar