Browse Source

Update docker-compose.yml

Undo the change of the `command`
Mark Szepieniec 3 năm trước cách đây
mục cha
commit
edd8efab0a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: