Initial commit

This commit is contained in:
Jugend- und Gemeindezentrum ENERGIE
2023-03-23 14:34:55 +01:00
commit 9f6dda89f7
3 changed files with 46 additions and 0 deletions

9
Dockerfile Normal file
View File

@ -0,0 +1,9 @@
# Dockerfile
FROM meteor/meteor-base
USER mt
WORKDIR /home/mt
RUN mkdir app
WORKDIR /home/mnt/app
CMD ["meteor"]