Add the docker files.
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-06-21 15:22:03 +03:00
parent f944a67a24
commit 59c48d1984
5 changed files with 82 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
FROM laradock/workspace:latest-8.2
ENV COMPOSER_ALLOW_SUPERUSER=1
WORKDIR /code
COPY . /code
RUN composer install --prefer-dist
COPY ./entrypoint.sh /
ENTRYPOINT ["sh", "/entrypoint.sh"]