Skip to content

Commit

Permalink
Include scripts in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmerfield committed Jan 24, 2025
1 parent e1d087f commit 04d1122
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ FROM base AS source
WORKDIR /usr/src/app

COPY ./app ./app
COPY ./scripts ./scripts
COPY ./config ./config
COPY ./notes ./notes
COPY ./todo.txt ./todo.txt
Expand Down

0 comments on commit 04d1122

Please sign in to comment.