Explorar o código

Creating sample yml file for development

Alax Alves %!s(int64=5) %!d(string=hai) anos
pai
achega
1215245b0c
Modificáronse 1 ficheiros con 13 adicións e 0 borrados
  1. 13 0
      docker-compose.yml

+ 13 - 0
docker-compose.yml

@@ -0,0 +1,13 @@
+version: '3.5'
+services:
+  api:
+    container_name: shopify_api
+    image: ruby:2.4.6
+    working_dir: /shopify_api
+    volumes:
+      - .:/shopify_api
+      - bundle:/usr/local/bundle
+    command: bash -c "bundle install && tail -f /dev/null"
+
+volumes:
+  bundle: