Files
airport-chengdu-web/Dockerfile
T
2018-11-06 15:50:14 +08:00

4 lines
116 B
Docker

FROM nginx:1.15.5-alpine
COPY ./dist/cd-airport/ /usr/share/nginx/html/
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]