Skip to content

Commit

Permalink
use webpack watch and nodemon in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy-Kwong committed Mar 10, 2021
1 parent 942a39b commit 1f349d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ COPY package*.json ./
RUN npm install
COPY . .
EXPOSE 3000
CMD npm start && npm run docker-wp
CMD npm run watch & npm run start-dev

0 comments on commit 1f349d1

Please sign in to comment.