diff --git a/Dockerfile b/Dockerfile index 750e2581..b8c9773a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # To upload the Docker images to Dockerhub, log into the Docker console, and then run # -# docker buildx build --push --platform linux/amd64,linux/arm64 -t aaronbembenek/formulog:vX.Y.Z . +# docker buildx build --push --platform linux/amd64,linux/arm64 -t aaronbembenek/formulog:X.Y.Z . # # (with the appropriate version number substituted for X.Y.Z). @@ -45,4 +45,4 @@ RUN apt-get update \ && cmake --build build --target clean WORKDIR /root/formulog/ COPY --from=build /root/formulog/target/formulog-${version}-jar-with-dependencies.jar formulog.jar -COPY examples examples \ No newline at end of file +COPY examples examples