Skip to content

Commit

Permalink
Merge pull request #1311 from threefoldtech/development-fix-registrar…
Browse files Browse the repository at this point in the history
…-dockerfile

fix node-registrar dockerfile
  • Loading branch information
Eslam-Nawara authored Jan 22, 2025
2 parents f7083ee + cc4745e commit 1b1ffe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node-registrar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ FROM golang:1.21-alpine as builder

WORKDIR /app

COPY go.mod go.sum ./
COPY /node-registrar/go.mod /node-registrar/go.sum .

RUN go mod download

COPY . .
COPY /node-registrar .

RUN go build -o server ./cmds/registrar.go

Expand Down

0 comments on commit 1b1ffe1

Please sign in to comment.