Skip to content

Commit 93b3acb

Browse files
committed
Fixes #4.
[ci skip]
1 parent 11474c9 commit 93b3acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

freefem-docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ RUN touch /root/.bash_aliases \
8181
&& echo "alias FreeFem++-nw='/usr/freefem/bin/FreeFem++-nw'" >> /root/.bash_aliases
8282

8383
ENV GLOB *.edp
84-
CMD ["bash", "-c", "ls /data/$GLOB | xargs -I {} ff-mpirun -n 1 {}"]
84+
CMD ["bash", "-c", "ls /data/$GLOB | xargs -I {} /usr/freefem/bin/ff-mpirun -n 1 {}"]

0 commit comments

Comments
 (0)