Merge pull request 'fix(): fix nginx' (#105) from feat-1 into main
Some checks failed
Build simrail.pro / build (push) Failing after 23s
Some checks failed
Build simrail.pro / build (push) Failing after 23s
Reviewed-on: #105
This commit is contained in:
commit
328f665c5c
@ -5,7 +5,7 @@ WORKDIR /app
|
||||
COPY package*.json ./
|
||||
|
||||
RUN npm install
|
||||
RUN npm install --dev vite
|
||||
RUN npm install -D vite
|
||||
RUN npm install -g live-server
|
||||
|
||||
RUN npm run rawbuild
|
||||
|
Loading…
x
Reference in New Issue
Block a user