diff --git a/api-rest/Dockerfile b/api-rest/Dockerfile index b5d6146..11b5966 100644 --- a/api-rest/Dockerfile +++ b/api-rest/Dockerfile @@ -1,3 +1,3 @@ FROM php:8.0-apache -COPY api-rest api-rest -RUN echo $(date +"%T.%N") \ No newline at end of file +COPY api-rest /var/www/ +CMD ["start-apache"] \ No newline at end of file