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/*/**
|
out/*/**
|
||||||
*.iml
|
*.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 pom.xml .
|
||||||
|
|
||||||
COPY src/ /build/src
|
COPY src/ /build/src
|
||||||
COPY docker-entrypoint-script.sh .
|
COPY docker/docker-entrypoint-script.sh .
|
||||||
|
|
||||||
RUN mvn clean install
|
RUN mvn clean install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user