Initial commit
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
# Dockerfile
|
||||
FROM meteor/meteor-base
|
||||
|
||||
USER mt
|
||||
WORKDIR /home/mt
|
||||
RUN mkdir app
|
||||
WORKDIR /home/mnt/app
|
||||
|
||||
CMD ["meteor"]
|
Reference in New Issue
Block a user