Cleand authentication-code up

This commit is contained in:
Mawoka
2022-07-26 22:50:39 +02:00
parent ba79c6a8c1
commit 29bda964b0
7 changed files with 111 additions and 136 deletions
+1 -4
View File
@@ -25,11 +25,8 @@ RUN corepack enable && corepack prepare pnpm@7.5.0 --activate && pnpm i
# copy the generated modules and all other files to the container
COPY . .
RUN apt update && \
apt install -y redis-server
# build the application
RUN nohup bash -c "redis-server &" && sleep 4 && pnpm run build
RUN pnpm run build
### Serve Step
# pull the Node.js Docker image