Skip to content

Commit

Permalink
Revert "Merge run stages"
Browse files Browse the repository at this point in the history
This reverts commit 46afda2.
  • Loading branch information
Baruch Odem committed Jun 12, 2023
1 parent 4adf46f commit 0107d66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ FROM golang:1.20.5-alpine3.18 AS builder

WORKDIR /app

COPY . .
COPY go.mod go.sum ./
RUN go mod download

COPY . .
RUN go build -o /app/2ms .

# Runtime image
Expand Down

0 comments on commit 0107d66

Please sign in to comment.