new drone
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2023-07-13 14:40:40 +02:00
committed by Paolo Asperti
parent 7cd9a69fd2
commit 73dada42ed
5 changed files with 158 additions and 50 deletions

View File

@@ -1,5 +1,5 @@
FROM alpine:3.18
ARG GLPI_VERSION=10.0.8
ARG GLPI_VERSION
RUN \
mkdir -p /logs /config /files /marketplace && \