Merge pull request 'fix(): fix nginx' (#106) from feat-1 into main
Some checks failed
Build simrail.pro / build (push) Failing after 23s

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

View File

@ -8,10 +8,10 @@ RUN npm install
RUN npm install -D vite RUN npm install -D vite
RUN npm install -g live-server RUN npm install -g live-server
COPY . .
RUN npm run rawbuild RUN npm run rawbuild
COPY . .
EXPOSE 80 EXPOSE 80
CMD ["npm", "start"] CMD ["npm", "start"]