diff --git a/Dockerfile b/Dockerfile index 0ff709c..7e3536a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,3 @@ WORKDIR /usr/share/nginx/html COPY --from=builder /build/dist . - -CMD ["yarn", "start:prod"] -