fix(): fix nginx
All checks were successful
Build simrail.pro / build (push) Successful in 56s

This commit is contained in:
Aleksander Wilczyński 2025-03-04 15:38:21 +01:00
parent afdc700a64
commit 947bd5dedc
Signed by: alekswilc
GPG Key ID: D4464A248E5F27FE
2 changed files with 2 additions and 1 deletions

View File

@ -9,4 +9,4 @@ RUN yarn rawbuild
EXPOSE 80
WORKDIR /app/dist
CMD ["yarn", "live-server", "--port=80", " --entry-file=./index.html"]
CMD ["yarn", "start"]

View File

@ -4,6 +4,7 @@
"version": "1.3.7",
"type": "module",
"scripts": {
"start": "live-server --port=80 --entry-file=./index.html",
"dev": "vite",
"rawbuild": "vite build",
"preview": "vite preview",