fix isprime
This commit is contained in:
parent
fbe5ab92b8
commit
bb69899a78
@ -29,7 +29,7 @@ FROM alpine:3
|
|||||||
RUN apk add --no-cache ca-certificates
|
RUN apk add --no-cache ca-certificates
|
||||||
|
|
||||||
# Copy the binary to the production image from the builder stage.
|
# Copy the binary to the production image from the builder stage.
|
||||||
COPY --from=builder /app/server /server
|
COPY --from=builder /go/src/app/server /server
|
||||||
|
|
||||||
# Run the web service on container startup.
|
# Run the web service on container startup.
|
||||||
CMD ["/server"]
|
CMD ["/server"]
|
||||||
|
Loading…
Reference in New Issue
Block a user