Skip to content

Commit

Permalink
Bump 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vjrj committed Apr 3, 2024
1 parent 663686d commit ebe0495
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/u18/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,12 @@ RUN sed -i '/^#.*\. \/etc\/bash_completion/s/^#//' /etc/bash.bashrc
# la-toolkit backend
RUN mkdir -p /home/ubuntu/la-toolkit
RUN chown -R ubuntu:ubuntu /home/ubuntu/la-toolkit
RUN echo "1.5.4"
RUN echo "1.5.5"
RUN su - ubuntu -c 'git clone --depth 1 https://github.com/living-atlases/la-toolkit-backend.git /home/ubuntu/la-toolkit'
RUN su - ubuntu -c 'cd /home/ubuntu/la-toolkit && npm install'

# la-toolkit frontend
RUN curl -L https://github.com/living-atlases/la-toolkit/releases/download/v1.5.4/flutter-web-1.5.4.tgz | tar xfz - -C /home/ubuntu/la-toolkit/assets/ --strip-components=2
RUN curl -L https://github.com/living-atlases/la-toolkit/releases/download/v1.5.5/flutter-web-1.5.5.tgz | tar xfz - -C /home/ubuntu/la-toolkit/assets/ --strip-components=2
# RUN echo "2021032402"
# COPY build/web/ /home/ubuntu/la-toolkit/assets/
COPY assets/env.production.txt /home/ubuntu/la-toolkit/assets/assets/env.production.txt
Expand Down
4 changes: 2 additions & 2 deletions docker/u20/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,12 @@ RUN sed -i '/^#.*\. \/etc\/bash_completion/s/^#//' /etc/bash.bashrc
# la-toolkit backend
RUN mkdir -p /home/ubuntu/la-toolkit
RUN chown -R ubuntu:ubuntu /home/ubuntu/la-toolkit
RUN echo "1.5.4"
RUN echo "1.5.5"
RUN su - ubuntu -c 'git clone --depth 1 https://github.com/living-atlases/la-toolkit-backend.git /home/ubuntu/la-toolkit'
RUN su - ubuntu -c 'cd /home/ubuntu/la-toolkit && npm install'

# la-toolkit frontend
RUN curl -L https://github.com/living-atlases/la-toolkit/releases/download/v1.5.4/flutter-web-1.5.4.tgz | tar xfz - -C /home/ubuntu/la-toolkit/assets/ --strip-components=2
RUN curl -L https://github.com/living-atlases/la-toolkit/releases/download/v1.5.5/flutter-web-1.5.5.tgz | tar xfz - -C /home/ubuntu/la-toolkit/assets/ --strip-components=2
# RUN echo "2021032402"
# COPY build/web/ /home/ubuntu/la-toolkit/assets/
COPY assets/env.production.txt /home/ubuntu/la-toolkit/assets/assets/env.production.txt
Expand Down

0 comments on commit ebe0495

Please sign in to comment.