mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-01 03:20:29 +00:00
Use master version of spotifeed
This commit is contained in:
parent
b763a09919
commit
53bba8f92e
@ -1,7 +1,6 @@
|
|||||||
FROM ruby:2.7.2
|
FROM ruby:2.7.2
|
||||||
RUN git clone https://github.com/timdorr/spotifeed
|
RUN git clone https://github.com/timdorr/spotifeed
|
||||||
WORKDIR /spotifeed
|
WORKDIR /spotifeed
|
||||||
RUN git checkout a105f0956b33444c71a47a1cddff44f12b77c297
|
|
||||||
RUN bundle install
|
RUN bundle install
|
||||||
EXPOSE 8083
|
EXPOSE 8083
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
|
Loading…
Reference in New Issue
Block a user