fix(): fix nginx
Some checks failed
Build simrail.pro / build (push) Failing after 33s

This commit is contained in:
Aleksander Wilczyński 2025-03-04 15:45:05 +01:00
parent 85d18190a7
commit 05fe82eff1
Signed by: alekswilc
GPG Key ID: D4464A248E5F27FE

View File

@ -5,7 +5,7 @@ WORKDIR /app
COPY package*.json ./ COPY package*.json ./
RUN npm install RUN npm install
RUN npm install --dev vite 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