Skip to content

Commit 4a65b6b

Browse files
committed
Also add the test directory to the container
1 parent 01632e1 commit 4a65b6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +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/
89
COPY lib /var/lib/coresmokedb-api/lib/
910
COPY bin /var/lib/coresmokedb-api/bin/
1011
COPY environments /var/lib/coresmokedb-api/environments/

0 commit comments

Comments
 (0)