Skip to content
Snippets Groups Projects
Commit 6c15ac11 authored by Ulf Seltmann's avatar Ulf Seltmann
Browse files

removed entrypoint

parent fd20a35d
Branches
Tags
No related merge requests found
FROM docker:latest FROM docker:latest
ENTRYPOINT [ "/usr/local/bin/deployer" ]
CMD [ "help" ]
COPY assets/deployer /usr/local/bin/ COPY assets/deployer /usr/local/bin/
WORKDIR /app WORKDIR /app
RUN apk add --no-cache bash curl \ RUN apk add --no-cache bash curl \
......
...@@ -8,7 +8,7 @@ The tool tailors the commands according to the [Workflow of University Library o ...@@ -8,7 +8,7 @@ The tool tailors the commands according to the [Workflow of University Library o
The tool is bundled with docker, kubectl and helm into a docker image itself. You can use it like this: The tool is bundled with docker, kubectl and helm into a docker image itself. You can use it like this:
``` ```
docker run --rm --volume $PWD:/app ubleipzig/deployer:latest build --build-arg http_proxy=http://proxy.example.com:3128 --output image.tar.gz docker run --rm --volume $PWD:/app ubleipzig/deployer:latest deployer build --build-arg http_proxy=http://proxy.example.com:3128 --output image.tar.gz
``` ```
_the working directory inside the container is `/app`, so make sure to bind local files there._ _the working directory inside the container is `/app`, so make sure to bind local files there._
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment