Skip to content

Commit

Permalink
fix: 🐛 add missing readme to container (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesOberreiter authored Mar 7, 2024
1 parent 807d4a4 commit 916d2b8
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 @@ WORKDIR /
COPY --from=build-stage /gbif-extinct /gbif-extinct
COPY --from=build-stage /app/assets /assets
COPY --from=build-stage /app/migrations /migrations
COPY --from=build-stage /app/README.md /README.md

EXPOSE 1323

Expand Down

0 comments on commit 916d2b8

Please sign in to comment.