docker build doesn't copy css files

前端 未结 0 388
借酒劲吻你
借酒劲吻你 2021-01-20 21:51

I have Dockerfile:

FROM node:10.16.0-alpine as build-stage
RUN npm install -g sass
WORKDIR /app
COPY ./ /app/
RUN ls -R > /app/test.txt
RUN sass style/styl         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题