emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/typescript-mode 871c23111a 157/222: rename to typescript-m


From: ELPA Syncer
Subject: [nongnu] elpa/typescript-mode 871c23111a 157/222: rename to typescript-mode and move to root
Date: Sun, 6 Feb 2022 16:59:28 -0500 (EST)

branch: elpa/typescript-mode
commit 871c23111a48194e733648a6d795a8c38a4abe5d
Author: tam5 <arimiller92@gmail.com>
Commit: tam5 <arimiller92@gmail.com>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]