We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d38633 commit d6ba0edCopy full SHA for d6ba0ed
3 files changed
.devcontainer/Dockerfile
@@ -13,6 +13,7 @@ RUN apk add --no-cache \
13
npm \
14
openssl-dev \
15
python3 \
16
+ yaml-dev \
17
tzdata
18
19
ARG USER=vscode
docker-compose.yml
@@ -13,8 +13,8 @@ services:
environment:
RACK_ENV: production
PORT: 4000
- BUILD_TAG: ${BUILD_TAG:?set BUILD_TAG}
- GIT_SHA: ${GIT_SHA:?set GIT_SHA}
+ BUILD_TAG: ${BUILD_TAG:-local}
+ GIT_SHA: ${GIT_SHA:-local}
HTML2RSS_SECRET_KEY: ${HTML2RSS_SECRET_KEY:?set HTML2RSS_SECRET_KEY}
HEALTH_CHECK_TOKEN: ${HEALTH_CHECK_TOKEN:?set HEALTH_CHECK_TOKEN}
20
SENTRY_DSN: ${SENTRY_DSN:-}
frontend/.prettierignore
@@ -4,5 +4,6 @@ yarn.lock
4
5
# Generated and transient frontend output
6
.astro/
7
+dist/
8
test-results/
9
src/api/generated/
0 commit comments