Update Dockerfile

This commit is contained in:
samuhin 2021-04-28 09:08:34 +03:00 committed by GitHub
parent 92b6eb8d36
commit d064e4d856
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,7 +79,7 @@ RUN mkdir /var/log/openvk && \
chown apache: /var/log/openvk/
#And start Apache:
RUN systemctl enable httpd
#RUN systemctl enable httpd
#Start systemd
CMD ["/sbin/init"]