re added mistakingly removed command

This commit is contained in:
vabene1111 2020-03-26 18:55:35 +01:00
parent b538761746
commit 6d5ea31f8e

View File

@ -6,6 +6,7 @@ EXPOSE 8080
RUN mkdir /opt/recipes
WORKDIR /opt/recipes
COPY . ./
RUN chmod +x boot.sh setup.sh
RUN ln -s /opt/recipes/setup.sh /usr/local/bin/createsuperuser