Skip to content

Commit

Permalink
Add base tsconfig to prismic-model
Browse files Browse the repository at this point in the history
  • Loading branch information
rcantin-w committed Jun 27, 2024
1 parent fbdfb4e commit 806b42c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prismic-model/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM public.ecr.aws/docker/library/node:16-slim

COPY ./package.json /repo/package.json
COPY ./yarn.lock /repo/yarn.lock
COPY config/tsconfig-base.json /config/

COPY . /repo
WORKDIR /repo/prismic-model
Expand Down

0 comments on commit 806b42c

Please sign in to comment.