Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven65 authored Jan 23, 2023
1 parent c4ad195 commit 1aeacd3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ARG GITHUB_ACCESS_TOKEN
WORKDIR /usr/src/app

COPY yarn.lock tsconfig.json package*.json *.yml ./
COPY deploy.npmrc .npmrc
COPY src ./src
COPY resources ./resources

Expand All @@ -17,6 +18,8 @@ FROM node:18-alpine as deps
ARG GITHUB_ACCESS_TOKEN

WORKDIR /deps

COPY deploy.npmrc .npmrc
COPY package.json .
COPY yarn.lock .
RUN yarn install --production --ignore-optional
Expand Down

0 comments on commit 1aeacd3

Please sign in to comment.