diff --git a/Dockerfile b/Dockerfile index bffce91..dfb5e75 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file +CMD yarn start diff --git a/style.css b/style.css deleted file mode 100644 index ec59852..0000000 --- a/style.css +++ /dev/null @@ -1,4 +0,0 @@ - -.example { - font-size: 50px; -} \ No newline at end of file