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"]