Skip to content

Commit

Permalink
Remove extra comment
Browse files Browse the repository at this point in the history
  • Loading branch information
levaitamas committed Nov 18, 2023
1 parent 06b5adf commit db42b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/turn-server/simple/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
# SPDX-License-Identifier: MIT

##### builder
FROM golang:alpine as builder

ARG VERSION=master
Expand All @@ -20,6 +19,7 @@ RUN go get -d -v ./...
# Build static binary
RUN CGO_ENABLED=0 go build -trimpath -ldflags="-w -s" -o turn-server main.go


##### main
FROM alpine

Expand Down

0 comments on commit db42b73

Please sign in to comment.