Compare commits

..

No commits in common. "fcef4e428ef4642d7ec534352cc8ed4dd4bd24fb" and "a9d35c604e7998e862f456dc483d8abc34a89eda" have entirely different histories.

View File

@ -5,12 +5,11 @@ WORKDIR /app
COPY package*.json ./
RUN npm install
COPY . .
RUN npm install -D vite
RUN npm install -g live-server
COPY . .
RUN npm run rawbuild
EXPOSE 80