Compare commits

..

2 Commits

Author SHA1 Message Date
34432e9622
Merge pull request 'fix(): rollbacl' (#109) from feat-1 into main
All checks were successful
Build simrail.pro / build (push) Successful in 23s
Reviewed-on: #109
2025-03-04 15:54:47 +01:00
3af371703b
fix(): rollbacl
All checks were successful
Build simrail.pro / build (push) Successful in 43s
2025-03-04 15:54:28 +01:00

View File

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