File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ COPY . /app
61
61
62
62
RUN ./build.sh
63
63
64
+ RUN ls -ltrah /app
65
+
64
66
FROM debian:bookworm
65
67
66
68
WORKDIR /app
@@ -71,7 +73,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
71
73
RUN apt-get update -y && \
72
74
apt-get install curl sudo lsb-release inetutils-tools sqlite3 vim -y
73
75
74
- COPY --from=perl-build scot.perl.install.tar.gz /app/scot.perl.install.tar.gz
76
+ COPY --from=perl-build /app/ scot.perl.install.tar.gz /app/scot.perl.install.tar.gz
75
77
76
78
# Unzip and install scot-perl
77
79
RUN tar -xzf /app/scot.perl.install.tar.gz && \
Original file line number Diff line number Diff line change @@ -219,8 +219,8 @@ function replace_old_js {
219
219
siteperl=" /opt/perl/lib/site_perl/$perl_ver "
220
220
miniondir=" $siteperl /Mojolicious/Plugin/Minion/resources/public/minion"
221
221
cp $resources /moment.min.js $miniondir /moment/moment.js
222
- cp $resoutces /bootstrap.min.js $miniondir /bootstrap/bootstrap.js
223
- cp $resoutces /bootstrap.min.css $miniondir /bootstrap/bootstrap.css
222
+ cp $resources /bootstrap.min.js $miniondir /bootstrap/bootstrap.js
223
+ cp $resources /bootstrap.min.css $miniondir /bootstrap/bootstrap.css
224
224
cp $resources /jquery-3.6.4.min.js $siteperl /Mojolicious/resources/public/mojo/jquery/jquery.js
225
225
}
226
226
You can’t perform that action at this time.
0 commit comments