fix isprime

This commit is contained in:
Torma Kristóf 2019-10-25 22:43:57 +02:00
parent fbe5ab92b8
commit bb69899a78
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,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 /go/src/app/server /server
# Run the web service on container startup.
CMD ["/server"]