Commit acc4595efca448a9a4ef1ca9fb87bb444bad9023

Authored by Alexis Koralewski
1 parent 8d97ae12
Exists in dev

Change path of Dockerfile (now in docker folder)

Dockerfile renamed to docker/Dockerfile
docker/docker-compose.yml
@@ -97,7 +97,7 @@ services: @@ -97,7 +97,7 @@ services:
97 args: 97 args:
98 uid: ${CURRENT_UID} 98 uid: ${CURRENT_UID}
99 context: .. 99 context: ..
100 - #filename: Dockerfile 100 + dockerfile: ./docker/Dockerfile
101 hostname: ${COMPUTER_HOSTNAME} 101 hostname: ${COMPUTER_HOSTNAME}
102 # tty is the -t option in docker exec 102 # tty is the -t option in docker exec
103 tty: true 103 tty: true