commit message

This commit is contained in:
Chopper
2021-05-13 10:56:04 +08:00
commit ec3e958037
728 changed files with 132685 additions and 0 deletions

8
buyer/Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
FROM nginx:alpine
RUN mkdir -p /app/
COPY ./dist /app/
COPY ./nginx.conf /etc/nginx/nginx.conf
EXPOSE 80