commit test docker

This commit is contained in:
Pauline Srifi
2022-11-09 15:49:24 +01:00
parent e5fe5ce666
commit a1ec024f4f
129 changed files with 14742 additions and 0 deletions

10
laravel/dockerFile Normal file
View File

@@ -0,0 +1,10 @@
FROM docker.io/bitnami/laravel:9
ENV DOCKER_HOSTNAME: ${DOCKER_HOSTNAME:-api}
# Add docker-compose-wait tool -------------------
ENV WAIT_VERSION 2.7.2
ADD https://github.com/ufoscout/docker-compose-wait/releases/download/$WAIT_VERSION/wait /wait
RUN chmod +x /wait
EXPOSE 8000