diff --git a/Dockerfile b/Dockerfile index ed75827..9dbdaef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,4 +16,4 @@ WORKDIR /app RUN cp -r /build/build/* . RUN cp -r /build/node_modules . -CMD [ "node", "." ] \ No newline at end of file +CMD [ "node", "." ]