Skip to content

Commit 0347aa0

Browse files
committed
portainer. ZZZ.
1 parent 63ef6af commit 0347aa0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docker-compose/hypergen_examples/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
FROM python:3.9.4
22
ENV PYTHONUNBUFFERED 1
3-
RUN echo bump
43
COPY docker-compose/hypergen_examples/entrypoint.sh /entrypoint.sh
54

65
COPY ../../requirements-prod.txt /code/requirements-prod.txt

docker-compose/hypergen_examples/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ version: '3.8'
88
services:
99
web:
1010
entrypoint: /entrypoint.sh
11+
pull_policy: build # required to get portainer rebuilding the image on succesive deploys. ZZZ.
1112
build:
1213
context: ../../
1314
dockerfile: docker-compose/hypergen_examples/Dockerfile

0 commit comments

Comments
 (0)