Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpeople authored Aug 9, 2024
1 parent ce1e789 commit 143f23f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ RUN adduser ots -h /var/lib/onetime -D && \
apk --no-cache --virtual .build-deps add build-base git && \
git clone https://github.com/onetimesecret/onetimesecret.git && \
cd onetimesecret && \
bundle update && \
bundle install --frozen --deployment --without=dev && \
bin/ots init && \
apk del .build-deps
Expand All @@ -33,4 +32,4 @@ ENV ONETIMESECRET_SSL=false \
ONETIMESECRET_HOST=localhost:3000 \
ONETIMESECRET_SECRET=CHANGEME \
ONETIMESECRET_REDIS_URL= \
ONETIMESECRET_COLONEL=
ONETIMESECRET_COLONEL=

0 comments on commit 143f23f

Please sign in to comment.