We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a65b6b commit 0068e3eCopy full SHA for 0068e3e
Dockerfile
@@ -5,7 +5,7 @@ RUN apt update && apt upgrade -y && \
5
apt install -y build-essential libpq-dev
6
7
# deploy the application
8
-COPY t /var/lib/coresmokedb-ap/t/
+COPY t /var/lib/coresmokedb-api/t/
9
COPY lib /var/lib/coresmokedb-api/lib/
10
COPY bin /var/lib/coresmokedb-api/bin/
11
COPY environments /var/lib/coresmokedb-api/environments/
cpanfile
@@ -17,3 +17,4 @@ requires 'Moo' => '2';
17
requires 'Perl5::CoreSmokeDB::Schema' => '1.12';
18
requires 'namespace::autoclean' => '0';
19
requires 'Starman' => '0.4015';
20
+requires 'Test::Fatal';
vendor/cache/modules/02packages.details.txt.gz
-2 Bytes
0 commit comments