Skip to content

Commit

Permalink
Merge pull request #18 from Troopers/fix-swap-docker-and-docker-compose
Browse files Browse the repository at this point in the history
fix: swap docker and docker-compose
  • Loading branch information
alexislefebvre authored Dec 19, 2023
2 parents ead2498 + 44a9748 commit fa8b240
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 fa8b240

Please sign in to comment.