remove tsc
This commit is contained in:
parent
50cf68a466
commit
5bc106769b
|
@ -9,5 +9,5 @@ WORKDIR /src
|
|||
RUN npm install
|
||||
|
||||
COPY . /src
|
||||
RUN npm run build
|
||||
RUN npm run build_dev
|
||||
CMD npm run preview -- --host
|
Loading…
Reference in New Issue