Merge pull request 'fix(): rollbacl' (#108) from feat-1 into main
All checks were successful
Build simrail.pro / build (push) Successful in 22s

Reviewed-on: #108
This commit is contained in:
Aleksander Wilczyński 2025-03-04 15:49:46 +01:00
commit fcef4e428e
Signed by: gitea
GPG Key ID: CECFC30736A3D1C8

View File

@ -5,11 +5,12 @@ WORKDIR /app
COPY package*.json ./
RUN npm install
RUN npm install -D vite
RUN npm install -g live-server
COPY . .
RUN npm install -D vite
RUN npm install -g live-server
RUN npm run rawbuild
EXPOSE 80