Skip to content

Commit

Permalink
Merge pull request #15 from SimplyEdit/fix/repo-url
Browse files Browse the repository at this point in the history
Change repository URL to renamed location.
  • Loading branch information
Potherca committed May 29, 2024
2 parents 7e6ce36 + 1577d15 commit de14492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM php:7.4-apache as builder

RUN apt-get update && apt-get install -y git ssl-cert \
&& git clone 'https://github.com/SimplyEdit/simply-edit-backend.git' /app/simply-edit-backend \
&& 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 de14492

Please sign in to comment.