Skip to content

Commit

Permalink
Fix comment in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbembenek authored Oct 29, 2024
1 parent 9481eb4 commit 276bed5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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).

Expand Down Expand Up @@ -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
COPY examples examples

0 comments on commit 276bed5

Please sign in to comment.