delete unused file style.css

This commit is contained in:
Felix Hamme 2019-05-11 16:48:35 +02:00
parent cea1ceb081
commit a27f18a9bd
2 changed files with 2 additions and 6 deletions

View File

@ -4,7 +4,7 @@ WORKDIR /srv
COPY js /srv/js COPY js /srv/js
COPY pages /srv/pages COPY pages /srv/pages
COPY static /srv/static COPY static /srv/static
COPY next.config.js package.json package-lock.json server.js style.css yarn.lock /srv/ COPY next.config.js package.json package-lock.json server.js yarn.lock /srv/
RUN yarn install RUN yarn install
RUN yarn build RUN yarn build
RUN yarn cache clean RUN yarn cache clean

View File

@ -1,4 +0,0 @@
.example {
font-size: 50px;
}