A .devcontainer configuration, probably overcomplicated but i'm tired of this laready
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
10
.devcontainer/docker-compose.yml
Normal file
10
.devcontainer/docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: mcr.microsoft.com/devcontainers/base:ubuntu
|
||||
command: sleep infinity
|
||||
volumes:
|
||||
- ..:/workspaces/nicolium:Z
|
||||
ports:
|
||||
- "127.0.0.1:7312:7312"
|
||||
Reference in New Issue
Block a user