Rename services to remove "app"
This commit is contained in:
5
result/tests/Dockerfile
Normal file
5
result/tests/Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM node
|
||||
RUN npm install -g phantomjs
|
||||
ADD . /app
|
||||
WORKDIR /app
|
||||
CMD ["/app/tests.sh"]
|
Reference in New Issue
Block a user