We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 280e1ce + 0c172c9 commit b9bcef1Copy full SHA for b9bcef1
1 file changed
docker/Dockerfile
@@ -1,7 +1,5 @@
1
FROM registry.access.redhat.com/ubi9/go-toolset:latest
2
3
-WORKDIR /app
4
-
5
COPY go.mod ./
6
RUN go mod download
7
@@ -11,4 +9,4 @@ RUN go build -o ./main
11
9
12
10
EXPOSE 8081
13
14
-CMD [ "app/main" , "-p=8081"]
+CMD [ "./main" , "-p=8081"]
0 commit comments