diff --git a/Dockerfile b/Dockerfile index 27aec32..f29fc4a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,4 @@ COPY . . RUN apk update RUN npm install -RUN npm run build - -ENTRYPOINT ["/bin/bash"] +RUN npm run build \ No newline at end of file