Skip to content

Commit

Permalink
fix node-visualizer dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpalide committed Dec 22, 2024
1 parent f7c862e commit f7f292a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/images/node-visualizer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ ARG base_image
FROM ${base_image} AS builder
ARG build_opts

# COPY . /skywire-services
COPY --from=react-builder ./app/ /skywire-services/
COPY . /skywire-services
WORKDIR /skywire-services

RUN go build "${build_opts}" -o /release/node-visualizer ./cmd/node-visualizer
Expand Down

0 comments on commit f7f292a

Please sign in to comment.