labeled build-container more clear
This commit is contained in:
parent
129bad4d96
commit
3021e88bc7
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Bootstrap CSS
|
# Bootstrap SCSS
|
||||||
FROM ruby:latest AS build-env
|
FROM ruby:latest AS build-scss
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
COPY . /build
|
COPY . /build
|
||||||
RUN mkdir /build/public/css
|
RUN mkdir /build/public/css
|
||||||
|
@ -51,4 +51,4 @@ ENV APACHE_RUN_USER=www-data \
|
||||||
# |--------------------------------------------------------------------------
|
# |--------------------------------------------------------------------------
|
||||||
# | Add php files of website
|
# | Add php files of website
|
||||||
# |--------------------------------------------------------------------------
|
# |--------------------------------------------------------------------------
|
||||||
COPY --from=build-env /build/public /var/www/html
|
COPY --from=build-scss /build/public /var/www/html
|
Loading…
Reference in a new issue