add escapes
This commit is contained in:
parent
61bcc5acb4
commit
b8f9ff61aa
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ FROM python:3.9.1-alpine
|
|||
|
||||
ENV DEBUG="True" \
|
||||
DATA_FOLDER="/config" \
|
||||
VERSION="0.0.0"
|
||||
BRANCH="edge"
|
||||
VERSION="0.0.0" \
|
||||
BRANCH="edge" \
|
||||
BUILD_DATE="1/1/1970"
|
||||
|
||||
LABEL maintainer="dirtycajunrice,samwiseg0" \
|
||||
|
|
Loading…
Reference in a new issue