File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 4747 with :
4848 build-args : |
4949 APP_ENV=poduction
50- HOST_PORT=5055
50+ HOST_PORT=3000
5151 PLACKUP_ARGS='-E production -s Starman --workers=10 -l /tmp/app.sock'
5252 push : true
5353 tags : ${{ steps.meta.outputs.tags }}
Original file line number Diff line number Diff line change @@ -33,9 +33,11 @@ WORKDIR /metacpan-grep-front-end
3333
3434# Build arguments
3535ARG APP_ENV=development
36+ ARG PLACKUP_ARGS="--port 3000"
3637
3738# Runtime
3839ENV APP_ENV=$APP_ENV
40+ ENV PLACKUP_ARGS=$PLACKUP_ARGS
3941
4042# .dockerignore is used to exclude files from the build context
4143COPY src/ ./
Original file line number Diff line number Diff line change @@ -460,12 +460,6 @@ sub current_version($self) {
460460 ' -' ,
461461 $grepcpan::VERSION ,
462462 ' cache' => $self -> config()-> {' cache' }-> {' version' },
463- ' grep' => eval {
464- scalar Git::Repository-> new(
465- work_tree => $self -> config()-> {' gitrepo' },
466- { git => $self -> git_binary }
467- )-> run(qw{ rev-parse --short HEAD} );
468- } // ' ' ,
469463 ' cpan' =>
470464 eval { scalar $self -> git-> run(qw{ rev-parse --short HEAD} ) }
471465 // ' ' ,
You can’t perform that action at this time.
0 commit comments