Spaces:
Build error
Build error
Commit
·
074f4c4
1
Parent(s):
1f8cb54
data
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
@@ -33,9 +33,9 @@ RUN echo "WantedBy=multi-user.target" >> etc/systemd/system/mi_apache.service
|
|
33 |
RUN echo "" >> etc/systemd/system/mi_apache.service
|
34 |
RUN echo "/etc/rc.local" >> etc/systemd/system/mi_apache.service
|
35 |
|
36 |
-
RUN systemctl daemon-reload
|
37 |
-
RUN systemctl enable mi_apache.service
|
38 |
-
RUN systemctl start mi_apache.service
|
39 |
|
40 |
COPY app/ app/
|
41 |
WORKDIR app
|
|
|
33 |
RUN echo "" >> etc/systemd/system/mi_apache.service
|
34 |
RUN echo "/etc/rc.local" >> etc/systemd/system/mi_apache.service
|
35 |
|
36 |
+
# RUN systemctl daemon-reload
|
37 |
+
# RUN systemctl enable mi_apache.service
|
38 |
+
# RUN systemctl start mi_apache.service
|
39 |
|
40 |
COPY app/ app/
|
41 |
WORKDIR app
|