Skip to content

Commit f2d333b

Browse files
feat: Added devcontainer json
1 parent 4aadf7b commit f2d333b

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "Salmon Dummy Minecraft server",
3+
"image": "mcr.microsoft.com/devcontainers/base:bullseye",
4+
5+
"features": {
6+
"ghcr.io/devcontainers/features/docker-in-docker:2": {
7+
"version": "latest",
8+
"enableNonRootDocker": "true",
9+
"moby": "true"
10+
}
11+
},
12+
"customizations" : {
13+
"jetbrains" : {
14+
"backend" : "IntelliJ"
15+
}
16+
}
17+
}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN chmod +x ./installer.sh && ./installer.sh
1414
RUN rm ./installer.sh -rf
1515

1616

17-
FROM --platform=$BUILDPLATFORM ghcr.io/graalvm/graalvm-community AS RUN
17+
FROM --platform=$BUILDPLATFORM ghcr.io/graalvm/graalvm-community AS run
1818

1919
WORKDIR /paper
2020

0 commit comments

Comments
 (0)