Skip to content

Commit

Permalink
updates Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Oct 21, 2024
1 parent 02549c3 commit 3117452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ ENV PATH=/app/.venv/bin:/usr/local/bin/:/usr/bin:/bin \
UWSGI_PROCESSES=4
RUN <<EOF cat> /RELEASE
{"version": "$VERSION",
"commit": "GIT_SHA",
"commit": "$GIT_SHA",
"date": "$BUILD_DATE",
}
EOF
Expand Down

0 comments on commit 3117452

Please sign in to comment.