diff --git a/deploy/Dockerfile b/deploy/Dockerfile index 4bf76d27..eb8c0c6f 100644 --- a/deploy/Dockerfile +++ b/deploy/Dockerfile @@ -16,7 +16,5 @@ COPY . . # Run the build command using Yarn # RUN yarn build -EXPOSE 5173/tcp - # Set the command to start the server CMD ["yarn", "dev"]