Skip to content

Commit 16ea092

Browse files
docs: updated Docker config
1 parent d78a2a0 commit 16ea092

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/api-harmonization/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apk add --no-cache libc6-compat openjdk11-jre
1111
WORKDIR /app
1212
RUN npm i -g turbo
1313
COPY . .
14-
RUN turbo prune @o2s/api-harmonization --docker
14+
RUN turbo prune @dxp/api-harmonization --docker
1515

1616
# Add lockfile and package.json's of isolated subworkspace
1717
FROM base AS installer

apps/frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apk add --no-cache libc6-compat openjdk11-jre
1111
WORKDIR /app
1212
RUN npm i -g turbo
1313
COPY . .
14-
RUN turbo prune @o2s/frontend --docker
14+
RUN turbo prune @dxp/frontend --docker
1515

1616
# Add lockfile and package.json's of isolated subworkspace
1717
FROM base AS installer

0 commit comments

Comments
 (0)