chore: move dockerfile to root dir (#217)

This commit is contained in:
tea artist 2023-10-25 16:15:22 +08:00 committed by GitHub
parent d50caabc47
commit 17cabcfc37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ services:
container_name: integration-test container_name: integration-test
build: build:
context: ../ context: ../
dockerfile: ./dockers/teable/Dockerfile
target: builder target: builder
args: args:
INTEGRATION_TEST: 1 INTEGRATION_TEST: 1