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 3732072 commit 4304ffaCopy full SHA for 4304ffa
docker-compose.yaml
@@ -16,8 +16,6 @@
16
# IMAGE_TAG=19.3.0-alpha.1 docker compose build
17
# IMAGE_TAG=19.3.0-alpha.1 docker compose push
18
19
-version: '3.8'
20
-
21
services:
22
operator:
23
build:
operator/Dockerfile
@@ -5,7 +5,7 @@ LABEL maintainer='Alan Christie <[email protected]>'
5
6
# Force the binary layer of the stdout and stderr streams
7
# to be unbuffered
8
-ENV PYTHONUNBUFFERED 1
+ENV PYTHONUNBUFFERED=1
9
10
COPY requirements.txt ./
11
RUN pip install -r requirements.txt
@@ -14,4 +14,4 @@ WORKDIR /src
14
COPY handlers.py /src/
15
COPY entrypoint.sh /src/
-CMD ./entrypoint.sh
+CMD ["./entrypoint.sh"]
0 commit comments