Compare commits

..

2 Commits

Author SHA1 Message Date
fcef4e428e
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
2025-03-04 15:49:46 +01:00
ca8e270c5e
fix(): rollbacl
All checks were successful
Build simrail.pro / build (push) Successful in 43s
2025-03-04 15:49:30 +01:00

View File

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