Skip to content

Commit

Permalink
fix: dockerfile issue with license.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-yurchenko committed Dec 29, 2019
1 parent 66b5e13 commit 02b97ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ LABEL "maintainer"="Anton Yurchenko <[email protected]>"
LABEL "version"="2.0.2"
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=build /etc/passwd /etc/passwd
COPY --from=build /opt/LICENSE.md /LICENSE.md
COPY LICENSE.md /LICENSE.md
COPY --from=build --chown=1000:0 /opt/app /app
ENTRYPOINT [ "/app" ]

0 comments on commit 02b97ad

Please sign in to comment.