Skip to content

Commit

Permalink
feat: Updated Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Feb 1, 2024
1 parent f698174 commit 1353c21
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 @@ -24,7 +24,7 @@ FROM alpine:3
RUN apk add --no-cache ca-certificates

# Copy the binary to the production image from the builder stage.
COPY --from=builder /app/server /server
COPY --from=builder /app/cmd/server /server

# Run the web service on container startup.
CMD ["/server"]

0 comments on commit 1353c21

Please sign in to comment.