pretix-ldap/Dockerfile
Jugend- und Gemeindezentrum ENERGIE 9f6dda89f7 Initial commit
2023-03-23 14:34:55 +01:00

9 lines
114 B
Docker

# Dockerfile
FROM meteor/meteor-base
USER mt
WORKDIR /home/mt
RUN mkdir app
WORKDIR /home/mnt/app
CMD ["meteor"]