Sfoglia il codice sorgente

chore: optimize build test env script

tjq 2 anni fa
parent
commit
34352a1eea
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      others/dev/docker-compose.yml

+ 1 - 1
others/dev/docker-compose.yml

@@ -35,7 +35,7 @@ services:
     ports:
       - "27017:27017"
     volumes:
-      - ./testenv/init_mongodb.js:/docker-entrypoint-initdb.d/mongo-init.js
+      - ./testenv/init_mongodb.js:/docker-entrypoint-initdb.d/mongo-init.js:ro
       - ~/powerjob-data/powerjob-mongodb:/data/db
   powerjob-server:
     build: