diff --git a/Dockerfile b/Dockerfile index 849f955..5361610 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG BUILD_PLATFORM="linux/amd64" ARG BUILDER_IMAGE="golang:1.20.6-alpine3.18" FROM --platform=$BUILD_PLATFORM $BUILDER_IMAGE as builder - +#test WORKDIR / COPY . ./