Commit 70c2c09888312922c46d4b0e6eb1ec42027e5c27

Authored by ww
1 parent 754942e4

feat: 新增dockerfile文件

Showing 1 changed file with 6 additions and 0 deletions
  1 +FROM nginx:latest
  2 +
  3 +COPY ./dist/ /usr/share/nginx/html/
  4 +COPY default.conf /etc/nginx/conf.d/default.conf
  5 +
  6 +EXPOSE 8084
... ...