initial import
This commit is contained in:
commit
27da2f6704
1 changed files with 6 additions and 0 deletions
6
Dockerfile
Normal file
6
Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
FROM node:latest
|
||||||
|
|
||||||
|
RUN useradd -m -s /bin/bash meteor
|
||||||
|
RUN su -c "curl -o /tmp/meteor.sh 'https://install.meteor.com?release=1.5.2'; sh /tmp/meteor.sh; rm -f /tmp/meteor.sh" meteor
|
||||||
|
RUN cp "/home/meteor/.meteor/packages/meteor-tool/1.5.2/mt-os.linux.x86_64/scripts/admin/launch-meteor" /usr/bin/meteor
|
||||||
|
|
Loading…
Reference in a new issue