Update Dockerfile
Fixed error to move the repository into the right directory
This commit is contained in:
parent
057df25663
commit
f3a18eba52
1 changed files with 1 additions and 2 deletions
|
|
@ -19,11 +19,10 @@ RUN apt-get update --fix-missing \
|
|||
&& apt-get install python3.7 -y \
|
||||
&& apt-get install python3-pip -y \
|
||||
&& apt install openjdk-8-jdk -y
|
||||
|
||||
COPY . .
|
||||
|
||||
# Build iBioSim
|
||||
WORKDIR /iBioSim
|
||||
COPY . .
|
||||
RUN mvn package -Dmaven.javadoc.skip=true
|
||||
WORKDIR /
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue