Skip to content

Commit

Permalink
Dockerfile: add license in container
Browse files Browse the repository at this point in the history
  • Loading branch information
0xf4b1 committed Dec 24, 2023
1 parent 59f6496 commit 921ffb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ RUN patch -d / -p0 < nginx-default.patch && rm nginx-default.patch
COPY --from=0 /app/build/distributions/traktor-streaming-proxy.tar /app
RUN tar xf traktor-streaming-proxy.tar --strip-components=1 && rm traktor-streaming-proxy.tar

COPY --from=0 /app/license /app

CMD nginx && bin/traktor-streaming-proxy

0 comments on commit 921ffb4

Please sign in to comment.