change dockerfile

This commit is contained in:
yehuozhili 2020-09-24 23:00:45 +08:00
parent dc48215516
commit bd979e0f2c

View File

@ -1,4 +1,3 @@
FROM nginx:1.15-alpine
COPY dist /usr/share/nginx/html
COPY nginx.conf /etc/nginx/
WORKDIR /usr/share/nginx/html
COPY ./nginx.conf /etc/nginx/nginx.conf