Skip to content

Commit

Permalink
feat: atlasnet
Browse files Browse the repository at this point in the history
  • Loading branch information
mindrunner committed Sep 3, 2024
1 parent fa9a00c commit 61a975a
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
@@ -1,7 +1,7 @@
FROM golang:1.22 AS builder
WORKDIR /workspace
COPY . .
RUN go build -o app .
RUN go build -buildvcs=false -o app .

FROM debian:latest
RUN \
Expand Down

0 comments on commit 61a975a

Please sign in to comment.