fix imei.sh in dockerfile

pull/80/head
Aevann1 2022-12-17 20:55:41 +02:00
parent 2256fecee6
commit 0eaf075e0d
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ RUN rm /etc/nginx/sites-available -r
RUN rm /etc/nginx/sites-enabled/default
RUN mkdir /etc/nginx/includes
COPY imei.sh /opt/imei.sh
RUN bash /opt/imei.sh
EXPOSE 80/tcp