diff --git a/api-rest/Dockerfile b/api-rest/Dockerfile index c8d4c10..9368678 100644 --- a/api-rest/Dockerfile +++ b/api-rest/Dockerfile @@ -1,3 +1,3 @@ -FROM php:latest +FROM php:latest-apache COPY api-rest api-rest CMD ["php", "--version"] \ No newline at end of file