Skip to content

Commit 816cd47

Browse files
committed
Changed docker-compose.yml
1 parent d7bf7c2 commit 816cd47

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/VM Deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525

2626
- name: Deploy via SSH
2727
uses: appleboy/ssh-action@v1.2.1
28+
dockerfile: dev.Dockerfile
2829
with:
2930
host: ${{ secrets.SERVER_IP }}
3031
username: ${{ secrets.SERVER_ADMIN }}

docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
services:
22
nodebb:
33
user: "0"
4-
build: .
4+
build:
5+
context: .
6+
dockerfile: dev.Dockerfile
57
# image: ghcr.io/nodebb/nodebb:latest
68
restart: unless-stopped
79
ports:

0 commit comments

Comments
 (0)