Skip to content

Commit

Permalink
Remove unused git clone.
Browse files Browse the repository at this point in the history
  • Loading branch information
Potherca committed Oct 16, 2024
1 parent 6500d04 commit 7aff685
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM php:7.4-apache as builder

RUN apt-get update && apt-get install -y git ssl-cert \
&& git clone 'https://github.com/SimplyEdit/simplyedit-backend.git' /app/simplyedit-backend \
&& git clone 'https://github.com/SimplyEdit/simplycode.git' /app/simplycode

FROM php:7.4-apache
Expand Down

0 comments on commit 7aff685

Please sign in to comment.