Browse Source

Update docker-compose.yml

Undo the change of the `command`
Mark Szepieniec 3 years ago
parent
commit
edd8efab0a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker-compose.yml

+ 1 - 1
docker-compose.yml

@@ -6,7 +6,7 @@ services:
     build:
       context: .
       dockerfile: ./.docker/resume.dockerfile
-    command: ls
+    command: make
     container_name: resume-make
     image: resume-make
     volumes: