Compare commits

..

2 Commits

Author SHA1 Message Date
f528da171b
Merge pull request 'fix(): rollbacl' (#111) from feat-1 into main
All checks were successful
Build simrail.pro / build (push) Successful in 25s
Reviewed-on: #111
2025-03-04 16:00:00 +01:00
b23921a28c
fix(): rollbacl
All checks were successful
Build simrail.pro / build (push) Successful in 54s
2025-03-04 15:59:42 +01:00

View File

@ -12,9 +12,6 @@ RUN npm install -D vite
RUN npm install -g live-server RUN npm install -g live-server
RUN npm run rawbuild RUN npm run rawbuild
COPY
EXPOSE 80 EXPOSE 80
CMD ["npm", "start"] CMD ["npm", "start"]