Skip to content

Commit

Permalink
Update integration.md (#4225)
Browse files Browse the repository at this point in the history
fix the typo of target name `+project-files`
  • Loading branch information
Ivlyth authored Jun 27, 2024
1 parent 3a02c48 commit 43f76e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ For unit tests, we copy in the source and run the tests.
``` Dockerfile

unit-test:
FROM +project-file
FROM +project-files
COPY src src
RUN sbt test

Expand All @@ -206,7 +206,7 @@ We then build a Dockerfile.

``` Dockerfile
docker:
FROM +project-file
FROM +project-files
COPY src src
RUN sbt assembly
ENTRYPOINT ["java","-cp","target/scala-2.12/scala-example-assembly-1.0.jar","Main"]
Expand Down

0 comments on commit 43f76e6

Please sign in to comment.