Skip to content

Commit 4304ffa

Browse files
author
Alan Christie
committed
style: Lint fixes
1 parent 3732072 commit 4304ffa

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docker-compose.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
# IMAGE_TAG=19.3.0-alpha.1 docker compose build
1717
# IMAGE_TAG=19.3.0-alpha.1 docker compose push
1818

19-
version: '3.8'
20-
2119
services:
2220
operator:
2321
build:

operator/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL maintainer='Alan Christie <[email protected]>'
55

66
# Force the binary layer of the stdout and stderr streams
77
# to be unbuffered
8-
ENV PYTHONUNBUFFERED 1
8+
ENV PYTHONUNBUFFERED=1
99

1010
COPY requirements.txt ./
1111
RUN pip install -r requirements.txt
@@ -14,4 +14,4 @@ WORKDIR /src
1414
COPY handlers.py /src/
1515
COPY entrypoint.sh /src/
1616

17-
CMD ./entrypoint.sh
17+
CMD ["./entrypoint.sh"]

0 commit comments

Comments
 (0)