Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Dockerfile): Add command to change directory to build folder
This commit adds a new command in the Dockerfile to change the current working directory to the "build" folder. This is done before running the application using the `npm run serve` command.
- Loading branch information