branch: elpa/typescript-mode
commit 871c23111a48194e733648a6d795a8c38a4abe5d
Author: tam5 <[email protected]>
Commit: tam5 <[email protected]>
rename to typescript-mode and move to root
---
Dockerfile | 6 +++---
README.md | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Dockerfile b/Dockerfile
index caadcd3870..de988623e3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,8 +7,8 @@ RUN apt-get update && \
RUN curl -fsSL https://raw.githubusercontent.com/cask/cask/master/go | python
ENV PATH="/root/.cask/bin:${PATH}"
-RUN mkdir -p /home/typescript.el
-COPY . /home/typescript.el
-WORKDIR /home/typescript.el
+RUN mkdir -p /typescript-mode
+COPY . /typescript-mode
+WORKDIR /typescript-mode
CMD ["make", "test"]
diff --git a/README.md b/README.md
index 8e9a221d36..fb090c3ee0 100644
--- a/README.md
+++ b/README.md
@@ -57,8 +57,8 @@ To run the tests you can run `make test`.
If you prefer, you may run the tests via the provided `Dockerfile`.
```bash
-docker build -t typescript.el .
-docker run --rm -v $(pwd):/home/typescript.el typescript.el
+docker build -t typescript-mode .
+docker run --rm -v $(pwd):/typescript-mode typescript-mode
```
# Other Typescript-packages of interest