diff --git a/Dockerfile b/Dockerfile index b8d914a..f12e908 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,5 +10,6 @@ RUN go build EXPOSE 8080:8080 -# Copy the backend binary -CMD ["card-jong-be"] +RUN go build -v -o /usr/local/bin/app ./... + +CMD ["app"]