Skip to content

Commit 260266f

Browse files
authored
Merge pull request #19 from SimplyEdit/fix/simplycode-builder
Fix simplycode builder
2 parents 6500d04 + fbdbe76 commit 260266f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
FROM php:7.4-apache as builder
22

33
RUN 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

76
FROM php:7.4-apache
@@ -12,6 +11,7 @@ COPY --from=builder /app/simplycode/www/api/data/generated.html /var/www/html/si
1211
COPY --from=builder /app/simplycode/www/api/index.php /var/www/html/api/index.php
1312
COPY --from=builder /app/simplycode/www/css /var/www/html/simplycode/css
1413
COPY --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

1616
COPY --from=builder /etc/ssl/certs/ssl-cert-snakeoil.pem /etc/ssl/certs/ssl-cert-snakeoil.pem
1717
COPY --from=builder /etc/ssl/private/ssl-cert-snakeoil.key /etc/ssl/private/ssl-cert-snakeoil.key

0 commit comments

Comments
 (0)