Skip to content
Snippets Groups Projects
Verified Commit 8371ec1f authored by Geoffrey Arthaud's avatar Geoffrey Arthaud
Browse files

target should be in the docker build context

parent 5fa436cc
No related branches found
No related tags found
No related merge requests found
target
Dockerfile Dockerfile
.dockerignore .dockerignore
.git .git
......
FROM alpine:latest FROM alpine:latest
COPY ./target/x86_64-unknown-linux-musl/release/gitlab-project-doctor /usr/local/bin COPY ./target/x86_64-unknown-linux-musl/release/gitlab-project-doctor /usr/local/bin/gitlab-project-doctor
CMD ["/usr/local/bin/gitlab-project-doctor"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment