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 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
|
||||
|
|
|
|||
Loading…
Reference in New Issue