Skip to content

Commit

Permalink
make it docker runable -debug
Browse files Browse the repository at this point in the history
  • Loading branch information
parsa committed Sep 3, 2023
1 parent 72d84aa commit 933e071
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 @@ -5,7 +5,7 @@ WORKDIR /app

COPY . .

RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix -tags with_utls cgo -o main ./start/main.go
RUN CGO_ENABLED=0 GOOS=linux go build -a -tags with_utls -o main ./start/main.go

# Stage 2: Create the final image using Alpine
FROM alpine:latest
Expand Down

0 comments on commit 933e071

Please sign in to comment.