Skip to content

Commit e8d5bf0

Browse files
committed
Add Dockerfile
1 parent e3d3042 commit e8d5bf0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# The Dockerfile is not a real Dockerfile.
2+
# Those vars are used broadly outside this Dockerfile
3+
# Github Action CI and release script (./utility.sh) is consuming these variables.
4+
ARG VERSION="2.3.0"
5+
ARG APP_NAME="docker-stack-this"
6+
ARG GIT_PROJECT_NAME="docker-stack-this"

0 commit comments

Comments
 (0)