diff --git a/Dockerfile b/Dockerfile index a73e12b..cfe5619 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN yarn install COPY . . RUN yarn build -FROM httpd:latest-alpine +FROM httpd:latest COPY --from=build /app/dist /usr/local/apache2/htdocs/