Skip to content

Commit 0068e3e

Browse files
committed
Add the testmodule to the dependencies
fix typo
1 parent 4a65b6b commit 0068e3e

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apt update && apt upgrade -y && \
55
apt install -y build-essential libpq-dev
66

77
# deploy the application
8-
COPY t /var/lib/coresmokedb-ap/t/
8+
COPY t /var/lib/coresmokedb-api/t/
99
COPY lib /var/lib/coresmokedb-api/lib/
1010
COPY bin /var/lib/coresmokedb-api/bin/
1111
COPY environments /var/lib/coresmokedb-api/environments/

cpanfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ requires 'Moo' => '2';
1717
requires 'Perl5::CoreSmokeDB::Schema' => '1.12';
1818
requires 'namespace::autoclean' => '0';
1919
requires 'Starman' => '0.4015';
20+
requires 'Test::Fatal';
-2 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)