Skip to content

Commit

Permalink
Change path?
Browse files Browse the repository at this point in the history
  • Loading branch information
rcantin-w committed Jun 27, 2024
1 parent 806b42c commit e5ad544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prismic-model/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +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 config/tsconfig-base.json /config/tsconfig-base.json

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

0 comments on commit e5ad544

Please sign in to comment.