From 2d779fb002bb83437eb4228da9a9a85902d86ba1 Mon Sep 17 00:00:00 2001 From: taysmith-test <87036659+taysmith-test@users.noreply.github.com> Date: Thu, 2 Jun 2022 22:24:21 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9147283cf..e2b0b85b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,4 +16,4 @@ RUN yarn install COPY . /usr/src/app # Start the app -CMD ["/usr/local/bin/npm", "start"] +CMD ["/usr/local/bin/npm", "start"]