Skip to content

Commit

Permalink
added builld step and push to github registery -debug
Browse files Browse the repository at this point in the history
  • Loading branch information
parsa committed Sep 3, 2023
1 parent a79f626 commit e799ab3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ 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



WORKDIR /root/
COPY --from=builder /app/config/ config/

COPY --from=builder /app/main .

Expand Down

0 comments on commit e799ab3

Please sign in to comment.