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 43b5f0c commit 6785366Copy full SHA for 6785366
apps/api/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:iron-alpine AS base
+FROM node:20-alpine3.16 AS base
2
WORKDIR /app
3
ARG RELEASE_VERSION
4
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