1 parent 4c19216 commit 720f92dCopy full SHA for 720f92d
2 files changed
.github/workflows/deploy.yml
@@ -27,8 +27,7 @@ jobs:
27
cd /home/ubuntu/Anon-chat-backend || exit 1
28
git fetch --all
29
git reset --hard origin/main
30
- yarn install --frozen-lockfile
31
- yarn build
+
32
# Ensure docker-entrypoint.sh has execute permissions
33
chmod +x docker-entrypoint.sh
34
Dockerfile
@@ -1,4 +1,4 @@
1
-# Multi-stage Dockerfile for Nkiru Business Application
+# Multi-stage Dockerfile for Anon Application
2
3
# Stage 1: Build
4
FROM node:20-alpine AS builder
0 commit comments