From e4ae37bb81130da7e7e16e16d2d70494d8318dd3 Mon Sep 17 00:00:00 2001 From: Telegram Bot <95747163+C2BoT@users.noreply.github.com> Date: Fri, 30 Dec 2022 23:30:07 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 60ac771..bfc8188 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ COPY . . RUN go build \ -o pasty \ -ldflags "\ - -X github.com/lus/pasty/internal/static.Version=$PASTY_VERSION" \ + -X github.com/c2bot/pastys/internal/static.Version=$PASTY_VERSION" \ ./cmd/pasty/main.go # Run the application in an empty alpine environment @@ -23,4 +23,4 @@ WORKDIR /root COPY --from=build /app/pasty . COPY web ./web/ EXPOSE 8080 -CMD ["./pasty"] \ No newline at end of file +CMD ["./pasty"]