Skip to content

Commit

Permalink
fix: add git and chronix config to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
infloop committed Sep 26, 2023
1 parent ae25917 commit 4681bcb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
FROM node:18.14.2-alpine3.16 as building

RUN apk add --update git=2.36.6-r0

Check failure on line 3 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker / Check docker issues

DL3019 info: Use the `--no-cache` switch to avoid the need to use `--update` and remove `/var/cache/apk/*` when done installing packages

WORKDIR /app

COPY package.json yarn.lock ./
COPY package.json yarn.lock chronix.config.ts ./
COPY ./tsconfig*.json ./
COPY ./src ./src

Expand Down

0 comments on commit 4681bcb

Please sign in to comment.