Skip to content

Commit 720f92d

Browse files
committed
fix: remove unnecessary yarn commands from deploy workflow and update Dockerfile description
1 parent 4c19216 commit 720f92d

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727
cd /home/ubuntu/Anon-chat-backend || exit 1
2828
git fetch --all
2929
git reset --hard origin/main
30-
yarn install --frozen-lockfile
31-
yarn build
30+
3231
# Ensure docker-entrypoint.sh has execute permissions
3332
chmod +x docker-entrypoint.sh
3433

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Multi-stage Dockerfile for Nkiru Business Application
1+
# Multi-stage Dockerfile for Anon Application
22

33
# Stage 1: Build
44
FROM node:20-alpine AS builder

0 commit comments

Comments
 (0)