Skip to content

Commit

Permalink
fix: ещё попытка обхода ошибки в линте с .env
Browse files Browse the repository at this point in the history
  • Loading branch information
shamemask committed Dec 11, 2024
1 parent 188a17e commit 5818287
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .docker/server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
FROM --platform=linux/amd64 node:20 AS base
WORKDIR /usr/src/app
COPY . .
COPY ./.env ./.env
RUN yes | yarn install

FROM base AS build

RUN yarn build

FROM base AS dev
Expand Down

0 comments on commit 5818287

Please sign in to comment.