labeled build-container more clear

This commit is contained in:
Jonas Leder 2021-01-11 16:18:10 +01:00
parent 129bad4d96
commit 3021e88bc7

View file

@ -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
COPY --from=build-scss /build/public /var/www/html