Skip to content

Commit d4e15dd

Browse files
committed
Update Dockerfile to new ENV syntax
1 parent b2a6e20 commit d4e15dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cyrus-sasl-dev\
2121
COPY backend.py amqp_messager.py models.py /
2222
COPY config.ini /
2323

24-
ENV PYHTONPATH /
24+
ENV PYHTONPATH=/
2525
ENTRYPOINT [ "python" ]
2626

2727
CMD ["-u", "backend.py"]

0 commit comments

Comments
 (0)