grammarly/rocker

Rockerfile is missing while specified by -f

Closed this issue · 2 comments

When the path to the Rockerfile is specified by -f /path/subdir/Rockerfile
rocker build -f /path/subdir/Rockerfile .
fails with:
FATA[0000] open /path/Rockerfile: no such file or directory
pwd is /path

Creating an empty Rockerfile fixes the issue

@dmytroleonenko you can run rocker command without dot at the end. Try rocker build -f /path/subdir/Rockerfile

@dmytroleonenko are that fix your problem?