Skip to content

Commit c24a233

Browse files
authored
WORKDIR will mkdir
No need to create dir, `WORKDIR` will do that. https://stackoverflow.com/a/52964306/1113204
1 parent e170be2 commit c24a233

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
FROM ruby:2.7
22

3-
RUN mkdir /app
43
WORKDIR /app
54

65
ADD Gemfile Gemfile.lock /app/

0 commit comments

Comments
 (0)