diff --git a/.env.template b/.env.template index 4ed02a38..a313fd2b 100644 --- a/.env.template +++ b/.env.template @@ -2,3 +2,4 @@ S3_ACCESS_KEY_ID= S3_SECRET_ACCESS_KEY= PG_CONNECTION_STRING= +GIT_TOKEN= diff --git a/Dockerfile b/Dockerfile index 482df03b..3c0f35ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,8 @@ RUN pnpm install --frozen-lockfile ARG S3_ACCESS_KEY_ID ARG S3_SECRET_ACCESS_KEY +ARG GIT_TOKEN +ARG PG_CONNECTION_STRING # Build the app. # The build script in the ssr package.json handles building the web app first. RUN pnpm --filter=@afilmory/ssr build