Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dong2ast authored Jan 9, 2024
1 parent ee1ca7c commit 68b8e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN yarn install --legacy-peer-deps
COPY . .

# Run the build command using Yarn
RUN yarn build
RUN vite build

# Set the command to start the server
CMD ["yarn", "serve", "-s", "build"]

0 comments on commit 68b8e1f

Please sign in to comment.