File tree 3 files changed +3
-7
lines changed
3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 47
47
with :
48
48
build-args : |
49
49
APP_ENV=poduction
50
- HOST_PORT=5055
50
+ HOST_PORT=3000
51
51
PLACKUP_ARGS='-E production -s Starman --workers=10 -l /tmp/app.sock'
52
52
push : true
53
53
tags : ${{ steps.meta.outputs.tags }}
Original file line number Diff line number Diff line change @@ -33,9 +33,11 @@ WORKDIR /metacpan-grep-front-end
33
33
34
34
# Build arguments
35
35
ARG APP_ENV=development
36
+ ARG PLACKUP_ARGS="--port 3000"
36
37
37
38
# Runtime
38
39
ENV APP_ENV=$APP_ENV
40
+ ENV PLACKUP_ARGS=$PLACKUP_ARGS
39
41
40
42
# .dockerignore is used to exclude files from the build context
41
43
COPY src/ ./
Original file line number Diff line number Diff line change @@ -460,12 +460,6 @@ sub current_version($self) {
460
460
' -' ,
461
461
$grepcpan::VERSION ,
462
462
' 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
- } // ' ' ,
469
463
' cpan' =>
470
464
eval { scalar $self -> git-> run(qw{ rev-parse --short HEAD} ) }
471
465
// ' ' ,
You can’t perform that action at this time.
0 commit comments