diff --git a/Dockerfile b/Dockerfile index 304500e..0fd66ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,4 +12,4 @@ EXPOSE 80 FROM httpd:latest -COPY ./dist/ /usr/local/apache2/htdocs/ \ No newline at end of file +COPY --from=runtime ./dist/ /usr/local/apache2/htdocs/ \ No newline at end of file