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