Skip to content

Commit

Permalink
Update nodejs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
siyoungoh authored Apr 9, 2024
1 parent 8691f0a commit 763d77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3
- name: Build the Docker image
run: |
docker build . --file Dockerfile --tag nodejs-app:$(date +%s)
docker build . --file Dockerfile
- name: Run the Docker container
run: |
docker run -d -p 8080:8080 --name mynodeapp nodejs-app
Expand Down

0 comments on commit 763d77f

Please sign in to comment.