xerial / sbt-pack

A sbt plugin for creating distributable Scala packages.
496 stars 76 forks source link

Fix duplicate 'FROM' in Dockerfile example in README #474

Closed Divine-Shadow closed 9 months ago

Divine-Shadow commented 9 months ago

The example Dockerfile in the README.md had a typo with a repeated 'FROM' keyword. This commit removes the duplicate 'FROM', ensuring the Dockerfile example is correct and can be used as-is without modifications.

xerial commented 9 months ago

Thanks!