Update Dockerfile

Fixed error to move the repository into the right directory
This commit is contained in:
LukasBuecherl 2022-01-26 11:57:49 -07:00 committed by GitHub
parent 057df25663
commit f3a18eba52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 /