Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
Copy documentation to Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
arkus7 committed Feb 6, 2020
1 parent f53edf3 commit 06cd608
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ RUN apt-get -qq update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
WORKDIR /app
COPY --from=builder /build/bin/Run .
COPY --from=builder /build/lib/* /usr/lib/
# Uncomment the next line if you need to load resources from the `Public` directory
COPY --from=builder /app/Public ./Public


ENV ENVIRONMENT=$env

Expand Down

0 comments on commit 06cd608

Please sign in to comment.