fix(): fix nginx
Some checks failed
Build simrail.pro / build (push) Failing after 23s

This commit is contained in:
Aleksander Wilczyński 2025-03-04 15:46:09 +01:00
parent 05fe82eff1
commit 7bf053e452
Signed by: alekswilc
GPG Key ID: D4464A248E5F27FE

View File

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