File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ test /
2+ .pytest_cache /
3+ .idea
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ test: ## run testinfra tests against the project
55 aveltens/docker-testinfra
66
77build : # # build the docker image
8- docker build -t aveltens/solid-server ./src
8+ docker build --file ./src/Dockerfile --tag aveltens/solid-server .
99
1010inspect : build # # run a shell in the docker image
1111 docker run --rm -it --entrypoint sh aveltens/solid-server
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ ENV PROCESS_USER=node
1010ENV TEMPORARY_CERT_NAME=solid-temporary
1111
1212WORKDIR ${SOLID_HOME}
13- COPY ./entrypoint.sh ./entrypoint.sh
14- COPY ./create-temporary-cert.sh ./create-temporary-cert.sh
13+ COPY ./src/ entrypoint.sh ./entrypoint.sh
14+ COPY ./src/ create-temporary-cert.sh ./create-temporary-cert.sh
1515RUN chown --recursive ${PROCESS_USER}:${PROCESS_USER} ${SOLID_HOME}
1616
1717USER ${PROCESS_USER}
You can’t perform that action at this time.
0 commit comments