Compare commits

..

No commits in common. "e079a1177e7fdaaacbb57eaf6000c3403067ede3" and "328f665c5c38effc1f3b05f638e50263141a29a9" have entirely different histories.

View File

@ -8,10 +8,10 @@ RUN npm install
RUN npm install -D vite
RUN npm install -g live-server
COPY . .
RUN npm run rawbuild
COPY . .
EXPOSE 80
CMD ["npm", "start"]