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 pages /srv/pages
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 build
RUN yarn cache clean
@ -16,4 +16,4 @@ COPY --from=build /srv /srv
RUN apk --no-cache add yarn && rm -rf /var/cache/apk/*
EXPOSE 80
ENV TURNIERE_API_URL=https://api.turnie.re
CMD yarn start
CMD yarn start

View File

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