diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a0dddc6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +.DS_Store +node_modules +/dist + +# local env files +.env.local +.env.*.local + +# Log files +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/buildAndRunLight.sh b/buildAndRunLight.sh new file mode 100755 index 0000000..e150286 --- /dev/null +++ b/buildAndRunLight.sh @@ -0,0 +1,3 @@ +cd server +docker build -t thomsb/lilstreamy . +docker run -p 8000:8002 -d thomsb/lilstreamy \ No newline at end of file diff --git a/client/src/components/usernameChooser.vue b/client/src/components/usernameChooser.vue index 02c78cc..7e8d8f5 100644 --- a/client/src/components/usernameChooser.vue +++ b/client/src/components/usernameChooser.vue @@ -3,7 +3,7 @@