We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ef6af commit 0347aa0Copy full SHA for 0347aa0
docker-compose/hypergen_examples/Dockerfile
@@ -1,6 +1,5 @@
1
FROM python:3.9.4
2
ENV PYTHONUNBUFFERED 1
3
-RUN echo bump
4
COPY docker-compose/hypergen_examples/entrypoint.sh /entrypoint.sh
5
6
COPY ../../requirements-prod.txt /code/requirements-prod.txt
docker-compose/hypergen_examples/docker-compose.yml
@@ -8,6 +8,7 @@ version: '3.8'
8
services:
9
web:
10
entrypoint: /entrypoint.sh
11
+ pull_policy: build # required to get portainer rebuilding the image on succesive deploys. ZZZ.
12
build:
13
context: ../../
14
dockerfile: docker-compose/hypergen_examples/Dockerfile
0 commit comments