Skip to content

Commit

Permalink
Merge pull request #353 from cofacts/fix-adm-readme
Browse files Browse the repository at this point in the history
[Trivial] fix(Dockerfile): copy adm/README as it is read in adm-api startup
  • Loading branch information
MrOrz authored Nov 25, 2024
2 parents 4a47587 + e49d0c3 commit ec2b269
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 @@ -27,6 +27,7 @@ ENTRYPOINT NODE_ENV=production npm start
COPY --from=builder /srv/www/node_modules ./node_modules
COPY --from=builder /srv/www/build ./build
COPY src/jade ./build/jade
COPY src/adm/README.md ./build/adm/README.md
COPY src/util/protobuf ./build/util/protobuf
COPY package.json package-lock.json ecosystem.config.js ./
COPY static ./static

0 comments on commit ec2b269

Please sign in to comment.