Move docker files to the Dockerfiles dir

This commit is contained in:
2024-02-14 11:32:13 +01:00
parent 65af1b6765
commit ab540f13ae
4 changed files with 27 additions and 21 deletions

View File

@@ -3,10 +3,11 @@ version: '3.8'
services:
c_toolchain:
build:
context: ./
context: ./Dockerfiles
dockerfile: dockerfile.c_toolchain
container_name: c_toolchain
tty: true
stdin_open: true
volumes:
- ./dmzOS:/dmzOS
- ./config/.vimrc:/root/.vimrc