diff --git a/Dockerfile b/Dockerfile index ae36f2b488d5ad31aea63f155ccaeb8e9932e0e2..8e40a546b1e9db340a3bb60e60ad5aa89692ed29 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -# Bootstrap CSS -FROM ruby:latest AS build-env +# Bootstrap SCSS +FROM ruby:latest AS build-scss WORKDIR /build COPY . /build RUN mkdir /build/public/css @@ -51,4 +51,4 @@ ENV APACHE_RUN_USER=www-data \ # |-------------------------------------------------------------------------- # | Add php files of website # |-------------------------------------------------------------------------- -COPY --from=build-env /build/public /var/www/html \ No newline at end of file +COPY --from=build-scss /build/public /var/www/html \ No newline at end of file