Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion busapp-webapp/src/client/build/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand Down
8 changes: 8 additions & 0 deletions dockerfile
Original file line number Diff line number Diff line change
@@ -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

1 change: 1 addition & 0 deletions version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
version=2.6