Skip to content

Commit

Permalink
Merge pull request #23 from gerlero/readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
gerlero committed Aug 15, 2024
2 parents d329416 + 995866c commit 25a996a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ Use these images as a base image for your own OpenFOAM-based projects by creatin
```Dockerfile
FROM microfluidica/openfoam:tagname

COPY . /usr/local/myproject
COPY . /usr/local/src/myproject

RUN /usr/local/myproject/Allwmake -j -prefix=group \
&& /usr/local/myproject/Allclean
RUN /usr/local/src/myproject/Allwmake -j -prefix=group \
&& /usr/local/src/myproject/Allclean
```

## Available tags
Expand Down

0 comments on commit 25a996a

Please sign in to comment.