Skip to content

Commit

Permalink
fix dockerfiel
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Aug 23, 2024
1 parent be3b9ac commit b2c3144
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 @@ -14,7 +14,7 @@ RUN go mod download
COPY . .

# Build the application
RUN go build -o server ./src/.
RUN go build -o server ./cmd/main.go

# Create master image
FROM alpine AS master
Expand Down

0 comments on commit b2c3144

Please sign in to comment.