Skip to content

Commit

Permalink
Add current directory as context
Browse files Browse the repository at this point in the history
  • Loading branch information
MexicanAce committed Aug 28, 2023
1 parent 329e82c commit 238e47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
RUN echo 'wait' >> start_script.sh
RUN chmod +x /start_script.sh
ENTRYPOINT ["/start_script.sh"]
''' | docker build -t era_test_node_image -
''' | docker build -t era_test_node_image - .
- name: Run era_test_node_image Docker container
run: docker run -d --name era_test_node_container -p 8011:8011 era_test_node_image
Expand Down

0 comments on commit 238e47b

Please sign in to comment.