fix: backups
This commit is contained in:
parent
bad31f543d
commit
f8842610f5
@ -9,8 +9,8 @@ RUN sed -i 's/^# *\(en_US.UTF-8\)/\1/' /etc/locale.gen \
|
|||||||
&& echo "export LANG=en_US.UTF-8" >> ~/.bashrc \
|
&& echo "export LANG=en_US.UTF-8" >> ~/.bashrc \
|
||||||
&& echo "export LANGUAGE=en_US.UTF-8" >> ~/.bashrc
|
&& echo "export LANGUAGE=en_US.UTF-8" >> ~/.bashrc
|
||||||
|
|
||||||
RUN git clone https://github.com/purescript/pursuit.git --depth 1
|
RUN git clone https://github.com/purescript/pursuit.git
|
||||||
RUN git clone https://github.com/purescript/pursuit-backups.git --depth 1
|
RUN git clone https://github.com/purescript/pursuit-backups.git
|
||||||
|
|
||||||
VOLUME pursuit/data
|
VOLUME pursuit/data
|
||||||
RUN mkdir -p pursuit/data/verified
|
RUN mkdir -p pursuit/data/verified
|
||||||
|
Loading…
Reference in New Issue
Block a user