Explorar el Código

增加 dockerfile文件

test
chenJinxu hace 1 año
padre
commit
19783c9d6e
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      Dockerfile

+ 5
- 0
Dockerfile Ver fichero

@@ -0,0 +1,5 @@
FROM nginx
RUN mkdir /app
COPY dist /app
COPY nginx/nginx.conf /etc/nginx/nginx.conf
EXPOSE 80

Cargando…
Cancelar
Guardar