Skip to content

Commit 9f78db6

Browse files
committed
Fix docker run command
1 parent 4848158 commit 9f78db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
tags: joepmeneer/atomic-server:local
5959

6060
- name: Run Docker image
61-
run: nohup docker run -p 80:80 local --initialize &
61+
run: nohup docker run -p 80:80 joepmeneer/atomic-server:local --initialize &
6262

6363
- uses: pnpm/[email protected]
6464
name: Install pnpm

0 commit comments

Comments
 (0)