1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 18:04:08 +02:00

parser 0.4

This commit is contained in:
Robin Appelman 2022-02-09 17:10:50 +01:00
commit 54901fe594

View file

@ -1,6 +1,6 @@
FROM icewind1991/php-alpine-apcu FROM icewind1991/php-alpine-apcu
RUN wget -q https://github.com/demostf/parser/releases/download/v0.3.3/parse_demo -O /app/parse_demo && \ RUN wget -q https://github.com/demostf/parser/releases/download/v0.4.0/parse_demo -O /app/parse_demo && \
chmod +x /app/parse_demo chmod +x /app/parse_demo
COPY composer.json composer.lock /app/ COPY composer.json composer.lock /app/