now working
This commit is contained in:
5
assets/Dockerfile
Normal file
5
assets/Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM hosttoday/ht-docker-node:npmts
|
||||
RUN mkdir /workspace
|
||||
WORKDIR /workspace
|
||||
ENV CI=true
|
||||
CMD ["npm","test"];
|
Reference in New Issue
Block a user