fix api address & adjust linux build

This commit is contained in:
2024-06-06 19:48:26 -05:00
parent 96b608d0c1
commit 9ac5b280d0
2 changed files with 40 additions and 40 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ RUN echo 'deb [signed-by=/usr/share/keyrings/dart.gpg arch=amd64] https://storag
RUN apt-get update && apt-get install -y dart
ENV PATH="$PATH:/usr/lib/dart/bin"
RUN cd /root && git clone https://https://git.marinodev.com/MarinoDev/FBLA24.git
RUN cd /root && git clone https://git.marinodev.com/MarinoDev/FBLA24.git
WORKDIR /root/FBLA24/fbla-api
RUN dart pub install