mirror of
https://github.com/skoobasteeve/MTAPI-docker.git
synced 2026-03-20 03:28:57 +00:00
clone upstream repo within build
This commit is contained in:
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user