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

Reviewed-on: #103
This commit is contained in:
Aleksander Wilczyński 2025-03-04 15:41:16 +01:00
commit 45434f5a2d
Signed by: gitea
GPG Key ID: CECFC30736A3D1C8

View File

@ -1,4 +1,4 @@
FROM node:22-alpine AS build
FROM node:22-alpine
WORKDIR /app
COPY package*.json ./
RUN yarn