mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 10:19:52 +01:00
Containerfile: download archive without tag requirement
This commit is contained in:
parent
24f9bd4bb6
commit
92b6d43230
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ WORKDIR /opt/retrospring/app
|
|||
USER justask:users
|
||||
|
||||
# install the app
|
||||
RUN curl -L https://github.com/Retrospring/retrospring/archive/refs/tags/${RETROSPRING_VERSION}.tar.gz | tar xz --strip-components=1
|
||||
RUN curl -L https://github.com/Retrospring/retrospring/archive/${RETROSPRING_VERSION}.tar.gz | tar xz --strip-components=1
|
||||
|
||||
RUN bundle config set without 'development test' \
|
||||
&& bundle config set path '/opt/retrospring/bundle' \
|
||||
|
|
Loading…
Reference in a new issue