]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Fix Docker merge issue
authorArthurHoaro <arthur@hoa.ro>
Sat, 28 Jul 2018 10:49:30 +0000 (12:49 +0200)
committerArthurHoaro <arthur@hoa.ro>
Sat, 28 Jul 2018 10:49:30 +0000 (12:49 +0200)
Dockerfile

index 10de129e82367aed684d14c224160536c19b6093..d8921cee4cae2820a1448635f6ad1dab6425fe0b 100644 (file)
@@ -5,11 +5,7 @@ FROM python:3-alpine as docs
 ADD . /usr/src/app/shaarli
 RUN cd /usr/src/app/shaarli \
     && pip install --no-cache-dir mkdocs \
-<<<<<<< HEAD
-    && mkdocs build
-=======
     && mkdocs build --clean
->>>>>>> v0.10.0
 
 # Stage 2:
 # - Resolve PHP dependencies with Composer