From 67f040a7fb3503f1f12cb03e62d61e13a83a6f09 Mon Sep 17 00:00:00 2001 From: Akhil Gupta Date: Thu, 15 Oct 2020 14:47:46 +0530 Subject: [PATCH] updated docker file --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index bae2192..d0a8e78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,6 +32,7 @@ RUN chmod 777 /config; \ WORKDIR /api COPY --from=builder /api/app . COPY client ./client +COPY webassets ./webassets EXPOSE 8080