Skip to content

Commit

Permalink
docker build command
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinsingularity committed Jul 13, 2024
1 parent 1a1627f commit 4e31d11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion paper/docker_build_command.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
docker run --rm --volume $PWD/paper:/data --env JOURNAL=joss openjournals/inara
Linux: docker run --rm --volume $PWD/paper:/data --env JOURNAL=joss openjournals/inara
Windows powershell: docker run --rm --volume "${PWD}/paper:/data" --env JOURNAL=joss openjournals/inara

0 comments on commit 4e31d11

Please sign in to comment.