1
0
Fork 0
mirror of https://github.com/TheTaz25/denis.ergin.git synced 2025-07-06 12:08:49 +00:00

remove stuff for railway?

This commit is contained in:
Denis Ergin 2024-09-17 17:45:19 +02:00
parent 9d54629dc5
commit d85a38f6ab

View file

@ -7,7 +7,7 @@ COPY . /app
WORKDIR /app
FROM base AS build
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
RUN pnpm install --frozen-lockfile
RUN pnpm build
FROM nginx:1.27.1