Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr.Panda committed Dec 26, 2023
1 parent 3e1954b commit ad539c7
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 @@ -10,5 +10,5 @@ WORKDIR /app
RUN apt update && \
apt-get install pkg-config libssl-dev -y
COPY --from=builder /app/target/release/turn-server /usr/local/bin/turn-server
COPY --from=builder /app/turn_server.toml /etc/turn-server/config.toml
COPY --from=builder /app/turn-server.toml /etc/turn-server/config.toml
CMD turn-server --config=/etc/turn-server/config.toml

0 comments on commit ad539c7

Please sign in to comment.