• 6 Posts
  • 7 Comments
Joined 8 months ago
cake
Cake day: March 16th, 2024

help-circle







  • I don’t really understand a lot of things in the repo
    I’ll have a look at it sometime later thanks

    For now I have made a container image with node installed in it after following some guides
    I enter the project directory and then run this
    podman run -it --rm -p 8080:8080 -v $(pwd):/app/$(basename "$PWD"):z my-node-image:latest