mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-25 13:01:31 +08:00
Simplify docker build
This commit is contained in:
parent
094e751cb1
commit
f050375b8a
@ -10,4 +10,8 @@ RUN apt-get update -y \
|
||||
woff-tools \
|
||||
woff2
|
||||
|
||||
WORKDIR /workspace
|
||||
COPY Gemfile /workspace
|
||||
COPY Gemfile.lock /workspace
|
||||
RUN bundle install
|
||||
CMD bash
|
||||
|
Loading…
Reference in New Issue
Block a user