-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WORKDIR command #50
WORKDIR command #50
Conversation
}, | ||
{ | ||
path: "c", | ||
expectedPath: "/a/b/c", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a little confusing that each test here builds off of a previous test. I think it's fine but just perhaps add some comments that each test isn't independent
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
LGTM |
Fixes #13
Depends on #47 to merge first
Implements environment replacement for WORKDIR, which partially fixes #43