Update Dockerfile

This commit is contained in:
samuhin 2021-04-28 09:09:37 +03:00 committed by GitHub
parent 236ce88dca
commit 578d5d3432
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"]