We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01632e1 commit 4a65b6bCopy full SHA for 4a65b6b
Dockerfile
@@ -5,6 +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/
9
COPY lib /var/lib/coresmokedb-api/lib/
10
COPY bin /var/lib/coresmokedb-api/bin/
11
COPY environments /var/lib/coresmokedb-api/environments/
0 commit comments