Skip to content

Commit

Permalink
add escapes
Browse files Browse the repository at this point in the history
  • Loading branch information
dirtycajunrice committed Dec 21, 2020
1 parent 61bcc5a commit b8f9ff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit b8f9ff6

Please sign in to comment.