This commit is contained in:
Jane 2024-07-16 17:34:15 +08:00
parent 6605be979d
commit ed38a065f9

View File

@ -1,4 +1,4 @@
FROM nginx:1.21.1-alpine
COPY ./dist /usr/share/nginx/html/too-tech
COPY ./dist /usr/share/nginx/html/tool-tech
COPY default.conf /etc/nginx/conf.d/
EXPOSE 80