diff --git a/api-rest/Dockerfile b/api-rest/Dockerfile index 11b5966..66d532f 100644 --- a/api-rest/Dockerfile +++ b/api-rest/Dockerfile @@ -1,3 +1,2 @@ FROM php:8.0-apache -COPY api-rest /var/www/ -CMD ["start-apache"] \ No newline at end of file +COPY api-rest /var/www/ \ No newline at end of file