Compare commits

..

2 Commits

Author SHA1 Message Date
e079a1177e
Merge pull request 'fix(): fix nginx' (#106) from feat-1 into main
Some checks failed
Build simrail.pro / build (push) Failing after 23s
Reviewed-on: #106
2025-03-04 15:46:47 +01:00
7bf053e452
fix(): fix nginx
Some checks failed
Build simrail.pro / build (push) Failing after 23s
2025-03-04 15:46:09 +01:00

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"]