fix gitignore and dockerfile
This commit is contained in:
parent
19b58a3fd1
commit
5ae8a1b2aa
2
.gitignore
vendored
2
.gitignore
vendored
@ -8,4 +8,4 @@ out/*.zip
|
||||
out/*/**
|
||||
*.iml
|
||||
|
||||
src/test/scala/com/williamslea/engage/recordings/*.scala
|
||||
src/test/scala/com/organziation/recordings/*.scala
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user