Initial commit

This commit is contained in:
Jugend- und Gemeindezentrum ENERGIE
2023-10-13 11:14:50 +02:00
commit fba34d4b88
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"]