diff --git a/Dockerfile b/Dockerfile index a01b42f..a73e12b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,10 +6,10 @@ RUN yarn install COPY . . RUN yarn build -FROM nginx:stable-alpine +FROM httpd:latest-alpine -COPY --from=build /app/dist /usr/share/nginx/html +COPY --from=build /app/dist /usr/local/apache2/htdocs/ EXPOSE 80 -CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file +#CMD ["nginx", "-g", "daemon off;"]