Skip to content

Commit

Permalink
Fix path in Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-osman committed May 1, 2022
1 parent 1d3cf6f commit eb3a3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN npm run build
FROM golang:latest
ENV CGO_ENABLED=0
ADD . /src
COPY --from=0 /src/build /src/ui/build
COPY --from=0 /src/dist /src/ui/dist
WORKDIR /src
RUN go build

Expand Down

0 comments on commit eb3a3ef

Please sign in to comment.