clone upstream repo within build

This commit is contained in:
2023-01-16 15:12:27 -05:00
parent ca0b88c100
commit 184efcd73b
3 changed files with 3 additions and 14 deletions

View File

@@ -3,7 +3,9 @@ WORKDIR /app
LABEL com.skoobasteeve.mtapi-docker.version="main"
ADD MTAPI .
RUN apk add --no-cache git
RUN git clone https://github.com/jonthornton/MTAPI.git /app
COPY data/stations.json data/
COPY data/stations.csv data/