diff --git a/Dockerfile b/Dockerfile index b365b1e..8354619 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,4 +12,4 @@ RUN yarn build EXPOSE 3344 -CMD ["yarn", "preview --port 3344"] +CMD ["yarn", "preview", "--port 3344"]