delete unused file style.css
This commit is contained in:
parent
cea1ceb081
commit
a27f18a9bd
|
|
@ -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
|
||||||
|
|
@ -16,4 +16,4 @@ COPY --from=build /srv /srv
|
||||||
RUN apk --no-cache add yarn && rm -rf /var/cache/apk/*
|
RUN apk --no-cache add yarn && rm -rf /var/cache/apk/*
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
ENV TURNIERE_API_URL=https://api.turnie.re
|
ENV TURNIERE_API_URL=https://api.turnie.re
|
||||||
CMD yarn start
|
CMD yarn start
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue