dockerisation
Some checks failed
Build And Publish / BuildAndPublish (push) Failing after 11s

This commit is contained in:
r-freeman 2024-08-22 17:08:35 +01:00
parent 97a6f1ac59
commit 390c746b18

View File

@ -57,4 +57,4 @@ jobs:
SECRET_PASSPHRASE: ${{ secrets.SECRET_PASSPHRASE }}
- name: Run the Docker container
run: sudo docker run -d --restart unless-stopped --name portfolio -p ${{vars.TAILSCALE_IP}}:7777:3000 rfreeman420/portfolio:v1
run: sudo docker run -d --restart unless-stopped --env-file ./.env --name portfolio -p ${{vars.TAILSCALE_IP}}:7777:3000 rfreeman420/portfolio:v1