From 6b8fbfd3550a36460a940c4a0df1465894363f58 Mon Sep 17 00:00:00 2001 From: Akhil Gupta Date: Tue, 6 Oct 2020 18:02:08 +0530 Subject: [PATCH] updated dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 932a1f4..558219a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,6 @@ RUN mkdir /config RUN mkdir /assets ENV CONFIG=/config ENV DATA=/assets -#COPY --from=builder /api/test.db . EXPOSE 8080 VOLUME ["/config", "/assets"]