Skip to content

Commit 967ef00

Browse files
author
js-jslog
committed
Add rxjs ts and http-server to Dockerfile
1 parent 9118e13 commit 967ef00

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,10 @@ RUN source /root/.bashrc
6666
RUN npm install -g eslint \
6767
&& npm install -g eslint-config-airbnb-base \
6868
&& npm install -g eslint-plugin-import \
69-
&& npm install -g jest
69+
&& npm install -g jest \
70+
&& npm install -g rxjs \
71+
&& npm install -g typescript \
72+
&& npm install -g http-server
7073

7174
# Copy global dotfiles
7275
COPY dotfiles/.gitconfig /root/.gitconfig

0 commit comments

Comments
 (0)