Skip to content
Snippets Groups Projects
Commit e7784fd8 authored by Julian's avatar Julian
Browse files

Shut up meteor without causing syntax errors

Apperently the METEOR_ALLOW_SUPERUSER is interpreted as javascript code or
something like that.
parent 675e741c
No related branches found
No related tags found
No related merge requests found
Pipeline #9121 passed
FROM debian:bullseye
ENV METEOR_VERSION=2.5.1
ENV METEOR_ALLOW_SUPERUSER=yes
ENV METEOR_ALLOW_SUPERUSER=true
RUN apt-get -qq update && \
apt-get -qq dist-upgrade && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment