Compare commits

..

No commits in common. "f528da171b01644f2ef9c8de11192193522dff98" and "e045ded0464e77ac904fde2202f606ad8f1380bf" have entirely different histories.

View File

@ -12,6 +12,9 @@ RUN npm install -D vite
RUN npm install -g live-server
RUN npm run rawbuild
COPY
EXPOSE 80
CMD ["npm", "start"]