Made changes to make the dev environment work

This commit is contained in:
2022-11-15 12:13:01 +01:00
parent 7ad81f767e
commit 6b94757760
2 changed files with 5 additions and 7 deletions

View File

@@ -33,9 +33,7 @@ WORKDIR /var/www/html
USER $user
COPY ./WebsiteAPI /var/www/html/
# COPY ./WebsiteAPI /var/www/html/
COPY ./entrypoint.sh /var/www/entrypoint.sh
RUN composer install
RUN composer update
CMD ["php","artisan","serve","--port=9000","--host=0.0.0.0"]
CMD ["/var/www/entrypoint.sh"]