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