forked from codechips/sapper-with-postcss-and-tailwind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDockerfile
executable file
·27 lines (21 loc) · 827 Bytes
/
Dockerfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
###################################
# REQUIRED for bashLaVa https://github.com/firepress-org/bashlava
# REQUIRED for Github Action CI template https://github.com/firepress-org/ghostfire/tree/master/.github/workflows
###################################
ARG APP_NAME="ssg_sapper"
ARG VERSION="0.1.0"
ARG RELEASE="0.1.0"
###################################
# REQUIRED BY OUR GITHUB ACTION CI
###################################
ARG GIT_PROJECT_NAME="ssg-starter"
ARG GITHUB_USER="pascalandy"
ARG DOCKERHUB_USER="devmtl"
ARG GITHUB_ORG="firepress-org"
ARG GITHUB_REGISTRY="registry"
ARG GIT_REPO_DOCKERFILE="https://github.com/pascalandy/ssg_sapper"
ARG GIT_REPO_SOURCE="https://github.com/pascalandy/ssg_sapper"
###################################
# Start your Dockerfile from here
###################################
# null