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.
2 parents dd2a2d5 + 4898774 commit 34755d8Copy full SHA for 34755d8
apps/api/Dockerfile
@@ -1,5 +1,4 @@
1
-FROM node:iron-alpine AS base
2
-RUN apk add --update --no-cache openssl1.1-compat
+FROM node:iron AS base
3
WORKDIR /app
4
ARG RELEASE_VERSION
5
ENV GATEWAY_DATABASE_URL="file:/dev/null"
apps/gateway/Dockerfile
ENV GATEWAY_DATABASE_URL=file:/app/sqlite/gateway.db
apps/web/Dockerfile
ENV PNPM_HOME="/pnpm"
0 commit comments