File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM php:7.4-apache as builder
22
33RUN apt-get update && apt-get install -y git ssl-cert \
4- && git clone 'https://github.com/SimplyEdit/simplyedit-backend.git' /app/simplyedit-backend \
54 && git clone 'https://github.com/SimplyEdit/simplycode.git' /app/simplycode
65
76FROM php:7.4-apache
@@ -12,6 +11,7 @@ COPY --from=builder /app/simplycode/www/api/data/generated.html /var/www/html/si
1211COPY --from=builder /app/simplycode/www/api/index.php /var/www/html/api/index.php
1312COPY --from=builder /app/simplycode/www/css /var/www/html/simplycode/css
1413COPY --from=builder /app/simplycode/www/js /var/www/html/simplycode/js
14+ COPY --from=builder /app/simplycode/www/simply /var/www/html/simplycode/simply
1515
1616COPY --from=builder /etc/ssl/certs/ssl-cert-snakeoil.pem /etc/ssl/certs/ssl-cert-snakeoil.pem
1717COPY --from=builder /etc/ssl/private/ssl-cert-snakeoil.key /etc/ssl/private/ssl-cert-snakeoil.key
You can’t perform that action at this time.
0 commit comments