diff --git a/dockerfile b/dockerfile index 5c0cdcb..e090527 100644 --- a/dockerfile +++ b/dockerfile @@ -5,10 +5,9 @@ COPY package.json / COPY package-lock.json / RUN npm install COPY . ./ - RUN npm run build FROM nginx:alpine-slim -COPY --from=build /app/build /usr/share/nginx/html COPY ./nginx.conf /etc/nginx/nginx.conf +COPY --from=build /app/build /usr/share/nginx/html RUN chown -R nginx:nginx /usr/share/nginx/html \ No newline at end of file