Skip to content

Commit c75b3e1

Browse files
Add bundler install (#19)
add bundler install
1 parent b9e8378 commit c75b3e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/backend/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ ENV PATH="${BUNDLE_BIN}:${PATH}"
3636
COPY . .
3737

3838
RUN bundle install
39+
RUN bundler install
3940
RUN yarn install
4041
RUN yarn build
4142

0 commit comments

Comments
 (0)