Skip to content

Commit

Permalink
FIX: remove manifest.toml from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudocubic committed Jul 6, 2022
1 parent 5d8f87f commit afafd9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ RUN apt-get update && \

# Julia env
ADD Project.toml /
ADD Manifest.toml /

# Source code
ADD src /src
Expand Down

2 comments on commit afafd9e

@pseudocubic
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/63778

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v3.0.0 -m "<description of version>" afafd9ed395400fce206df4288d0ec77363a4178
git push origin v3.0.0

Please sign in to comment.