Skip to content

Commit

Permalink
And env variables to Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Dec 27, 2023
1 parent 730cb58 commit 675e9be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ ENV LANG="C.UTF-8"
ENV CC="clang"
ENV CXX="clang++"

ENV MEDIASOUP_LOCAL_DEV=true
ENV KEEP_BUILD_ARTIFACTS=1

WORKDIR /mediasoup

CMD ["bash"]
3 changes: 3 additions & 0 deletions worker/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ ENV LANG="C.UTF-8"
ENV CC="gcc"
ENV CXX="g++"

ENV MEDIASOUP_LOCAL_DEV=true
ENV KEEP_BUILD_ARTIFACTS=1

WORKDIR /mediasoup

CMD ["ash"]

0 comments on commit 675e9be

Please sign in to comment.