Compare commits

..

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

View File

@ -13,8 +13,6 @@ RUN npm install -g live-server
RUN npm run rawbuild
WORKDIR /app/dist
EXPOSE 80
CMD ["npm", "start"]