diff --git a/busapp-webapp/src/client/build/main.css b/busapp-webapp/src/client/build/main.css index 64e0375b..48c1c9d9 100644 --- a/busapp-webapp/src/client/build/main.css +++ b/busapp-webapp/src/client/build/main.css @@ -207,7 +207,7 @@ color: #fff; } .background { - background: url("https://i.ibb.co/xYvfm64/login-bg-2.png"); + background: url("https://wallpaperaccess.com/full/3047149.jpg"); position: fixed; width: 100%; height: 100%; diff --git a/dockerfile b/dockerfile new file mode 100644 index 00000000..65848148 --- /dev/null +++ b/dockerfile @@ -0,0 +1,8 @@ +FROM learnitguide/busapp:2.1 + +COPY busapp-webapp/ /usr/src/busapp-webapp/ + +WORKDIR /usr/src/busapp-webapp + +CMD pm2-docker serve.js --machine-name $MACHINE_NAME + diff --git a/version.txt b/version.txt new file mode 100644 index 00000000..628565da --- /dev/null +++ b/version.txt @@ -0,0 +1 @@ +version=2.6