Skip to content

Commit

Permalink
Fix docker run command
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Mar 14, 2023
1 parent 1582475 commit 78af4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
tags: joepmeneer/atomic-server:local

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

- uses: pnpm/[email protected]
name: Install pnpm
Expand Down

0 comments on commit 78af4e2

Please sign in to comment.