From 8071c7d1c0a8351d02618cf8b58eed2a98ce1651 Mon Sep 17 00:00:00 2001 From: Samuel Pua Date: Wed, 8 May 2019 16:49:45 +0800 Subject: [PATCH] Fixed poc --- tapit-build/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/tapit-build/Dockerfile b/tapit-build/Dockerfile index 1579a0e..7d5ddaf 100644 --- a/tapit-build/Dockerfile +++ b/tapit-build/Dockerfile @@ -5,7 +5,6 @@ ENV PROVISION_CONTEXT "production" # Deploy scripts/configurations COPY static/ /static COPY tapit /tapit -COPY api-poc /api-poc COPY entrypoint.sh /entrypoint.sh run apt-get update