Add devconatainer config file for easy development using VS Code.

This commit is contained in:
Sujal Goswami
2024-08-28 00:17:58 +05:30
parent 71fcc7a542
commit fd707dd857
4 changed files with 24 additions and 7 deletions
-2
View File
@@ -31,5 +31,3 @@ RUN scripthaus run webpack-watch
RUN useradd -m -s /bin/bash wave
USER wave
CMD [ "scripthaus", "run", "electron" ]