We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6500d04 commit 7aff685Copy full SHA for 7aff685
1 file changed
Dockerfile
@@ -1,7 +1,6 @@
1
FROM php:7.4-apache as builder
2
3
RUN apt-get update && apt-get install -y git ssl-cert \
4
- && git clone 'https://github.com/SimplyEdit/simplyedit-backend.git' /app/simplyedit-backend \
5
&& git clone 'https://github.com/SimplyEdit/simplycode.git' /app/simplycode
6
7
FROM php:7.4-apache
0 commit comments