Skip to content

Commit eeeb205

Browse files
committed
Fixed a typo
1 parent 4bf2829 commit eeeb205

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FROM dafoam/openfoam:thirdparty
88
USER dockeruser
99

1010
# Download, extract, compile, and clean in ONE layer
11-
RUN cd /home/dockeruser/OpenFOAM-v2506 && \
11+
RUN cd /home/dockeruser/OpenFOAM/OpenFOAM-v2506 && \
1212
source etc/bashrc && export WM_QUIET=true && ./Allwmake -j && \
1313
wclean all && rm -rf build && \
1414
rm -rf /home/dockeruser/.cache/*

0 commit comments

Comments
 (0)