summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile3
-rw-r--r--bundle/src/start.ts12
2 files changed, 8 insertions, 7 deletions
diff --git a/Dockerfile b/Dockerfile
index 320c3836..4eed2f40 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,5 @@
-FROM node:16.10.0
+FROM alpine
+RUN apk add --update nodejs npm
 WORKDIR /usr/src/fosscord-server/
 COPY . .
 WORKDIR /usr/src/fosscord-server/bundle
diff --git a/bundle/src/start.ts b/bundle/src/start.ts
index f65c1db9..fbe5fa4c 100644
--- a/bundle/src/start.ts
+++ b/bundle/src/start.ts
@@ -38,12 +38,12 @@ const commit = getCommitOrFail();
 
 console.log(
 	bold(`
-███████  ██████  ███████ ███████  ██████  ██████  ██████  ██████  
-██      ██    ██ ██      ██      ██      ██    ██ ██   ██ ██   ██ 
-█████   ██    ██ ███████ ███████ ██      ██    ██ ██████  ██   ██ 
-██      ██    ██      ██      ██ ██      ██    ██ ██   ██ ██   ██ 
-██       ██████  ███████ ███████  ██████  ██████  ██   ██ ██████  
-           
+███████╗ ██████╗ ███████╗███████╗ ██████╗ ██████╗ ██████╗ ██████╗
+██╔════╝██╔═══██╗██╔════╝██╔════╝██╔════╝██╔═══██╗██╔══██╗██╔══██╗
+█████╗  ██║   ██║███████╗███████╗██║     ██║   ██║██████╔╝██║  ██║
+██╔══╝  ██║   ██║╚════██║╚════██║██║     ██║   ██║██╔══██╗██║  ██║
+██║     ╚██████╔╝███████║███████║╚██████╗╚██████╔╝██║  ██║██████╔╝
+╚═╝      ╚═════╝ ╚══════╝╚══════╝ ╚═════╝ ╚═════╝ ╚═╝  ╚═╝╚═════╝
 
 		fosscord-server | ${yellow(
 			`Pre-relase (${