ソースを参照

Update docker-compose.yml

Undo the change of the `command`
Mark Szepieniec 3 年 前
コミット
edd8efab0a
1 ファイル変更1 行追加1 行削除
  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: