mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-02-01 22:47:40 +00:00
chore(dev): use latest devenv docker container for devcontainer
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
4173,
|
4173,
|
||||||
3456
|
3456
|
||||||
],
|
],
|
||||||
"image": "ghcr.io/cachix/devenv/devcontainer:main",
|
"image": "ghcr.io/cachix/devenv/devcontainer:latest",
|
||||||
"overrideCommand": false,
|
"overrideCommand": false,
|
||||||
"portsAttributes": {
|
"portsAttributes": {
|
||||||
"3456": {
|
"3456": {
|
||||||
|
|||||||
@@ -48,7 +48,6 @@ in {
|
|||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
forwardPorts = [ 4173 3456 ];
|
forwardPorts = [ 4173 3456 ];
|
||||||
image = "ghcr.io/cachix/devenv/devcontainer:main";
|
|
||||||
portsAttributes = {
|
portsAttributes = {
|
||||||
"4173" = {
|
"4173" = {
|
||||||
label = "Vikunja Frontend dev server";
|
label = "Vikunja Frontend dev server";
|
||||||
|
|||||||
Reference in New Issue
Block a user