Skip to content

Commit

Permalink
fix: swap docker and docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Lefebvre committed Dec 19, 2023
1 parent ead2498 commit 44a9748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM docker:latest
FROM docker-compose:latest
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM docker/compose:latest
FROM docker:latest

0 comments on commit 44a9748

Please sign in to comment.