Skip to content

Commit

Permalink
cleanup Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
stCarolas committed Jun 16, 2024
1 parent 9de7675 commit b08ff7b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@ FROM node:latest AS build
WORKDIR /build

COPY package.json package.json
COPY package-lock.json package-lock.json
COPY tsconfig.json tsconfig.json
COPY .env .env
COPY .env.production .env.production
COPY public/ public
COPY src/ src

RUN npm install @opendonationassistant/[email protected]
RUN npm ci --legacy-peer-deps
RUN npm run build

Expand Down

0 comments on commit b08ff7b

Please sign in to comment.