update,
This commit is contained in:
9
java-assignment/docker-compose.yml
Normal file
9
java-assignment/docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
openjdk:
|
||||
build:
|
||||
context: .
|
||||
volumes:
|
||||
- $PWD/src:/src
|
||||
command: sleep infinity
|
||||
working_dir: /src
|
||||
|
Reference in New Issue
Block a user