[Docker] Don't send build context

This commit is contained in:
Earlopain 2021-11-16 22:08:23 +01:00
parent 59e80b7a4d
commit 74b3ab46c8
No known key found for this signature in database
GPG Key ID: 6CFB948E15246897
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ version: "3"
services: services:
e621: e621:
build: ./ build: ./docker
volumes: volumes:
- .:/app - .:/app
- node_modules:/app/node_modules - node_modules:/app/node_modules