Skip to content
Snippets Groups Projects
Commit ebd49f06 authored by Jonas Leder's avatar Jonas Leder
Browse files

don't add commands.json to docker

parent 701575db
Branches
No related tags found
No related merge requests found
......@@ -7,5 +7,4 @@ RUN go build -o main .
FROM golang:alpine
WORKDIR /app
COPY --from=build /app/main /app/main
COPY commands.json /app
CMD ["./main"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment