Skip to content

JulienLeotier/NewHack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker commands

docker build -t meteor .
docker run --rm -it -v $(pwd):/app -w /app -p 3000:3000 meteor /bin/bash

# and then inside the container
meteor npm install --allow-superuser
meteor --allow-superuser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors