Skip to content

Commit

Permalink
Update Dockerfile (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
KsaweryZietara authored Aug 22, 2024
1 parent 057e88e commit aa8cfce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Build UI static files
FROM node:22.3.0 as ui-builder

WORKDIR /workspace
WORKDIR /btp-manager-workspace

COPY ui/package.json ./
RUN npm install
Expand All @@ -24,7 +24,7 @@ RUN go mod download
COPY . ./

# Copy UI static files
COPY --from=ui-builder /workspace/build ui/build
COPY --from=ui-builder /btp-manager-workspace/build ui/build

# Build
# the GOARCH has not a default value to allow the binary be built according to the host where the command
Expand Down

0 comments on commit aa8cfce

Please sign in to comment.