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

This commit is contained in:
Aleksander Wilczyński 2025-03-04 15:59:42 +01:00
parent 859b7ab3cc
commit b23921a28c
Signed by: alekswilc
GPG Key ID: D4464A248E5F27FE

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