fix gitignore and dockerfile

This commit is contained in:
Greg Gauthier 2024-10-25 23:19:34 +01:00
parent 19b58a3fd1
commit 5ae8a1b2aa
7 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -8,4 +8,4 @@ out/*.zip
out/*/**
*.iml
src/test/scala/com/williamslea/engage/recordings/*.scala
src/test/scala/com/organziation/recordings/*.scala

View File

@ -12,7 +12,7 @@ WORKDIR /build
COPY pom.xml .
COPY src/ /build/src
COPY docker-entrypoint-script.sh .
COPY docker/docker-entrypoint-script.sh .
RUN mvn clean install