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

This commit is contained in:
Aleksander Wilczyński 2025-03-04 15:54:28 +01:00
parent ca8e270c5e
commit 3af371703b
Signed by: alekswilc
GPG Key ID: D4464A248E5F27FE

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