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 d78a2a0 commit 16ea092Copy full SHA for 16ea092
apps/api-harmonization/Dockerfile
@@ -11,7 +11,7 @@ RUN apk add --no-cache libc6-compat openjdk11-jre
11
WORKDIR /app
12
RUN npm i -g turbo
13
COPY . .
14
-RUN turbo prune @o2s/api-harmonization --docker
+RUN turbo prune @dxp/api-harmonization --docker
15
16
# Add lockfile and package.json's of isolated subworkspace
17
FROM base AS installer
apps/frontend/Dockerfile
-RUN turbo prune @o2s/frontend --docker
+RUN turbo prune @dxp/frontend --docker
0 commit comments