|
|
|
@ -6,7 +6,7 @@ ARG DOMAIN='gman.me'
|
|
|
|
RUN apk add --no-cache git
|
|
|
|
RUN apk add --no-cache git
|
|
|
|
|
|
|
|
|
|
|
|
# Pull frontend
|
|
|
|
# Pull frontend
|
|
|
|
RUN git clone --depth=1 https://git.iamonlyherefortheicecream.ml/g/photovoter-front.git /srv && \
|
|
|
|
RUN git clone --depth=1 https://git.iamonlyherefortheicecream.ml/DIWHY/photovoter-front.git /srv && \
|
|
|
|
rm -rf /srv/.git /srv/.gitignore
|
|
|
|
rm -rf /srv/.git /srv/.gitignore
|
|
|
|
|
|
|
|
|
|
|
|
# Clean up
|
|
|
|
# Clean up
|
|
|
|
|