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 5f9d8af commit 39d1b2eCopy full SHA for 39d1b2e
apps/studio/Dockerfile
@@ -3,7 +3,7 @@ ARG BASE_URL_PLACEHOLDER=189b303e-37a0-4f6f-8c0a-50333bc3c36e
3
4
5
FROM node:18-alpine AS base
6
-
+
7
FROM base AS builder
8
RUN apk add --no-cache libc6-compat
9
RUN apk update
@@ -15,6 +15,9 @@ RUN turbo prune --scope=@asyncapi/studio --docker
15
16
# Add lockfile and package.json's of isolated subworkspace
17
FROM base AS installer
18
19
+ARG BASE_URL_PLACEHOLDER
20
21
22
23
WORKDIR /app
0 commit comments