feat(Docker): Add docker for browser-sync

Crop image to real content
This commit is contained in:
Hactarus 2023-03-16 12:42:09 +01:00
parent 82a2744d84
commit c03e53e769
105 changed files with 155 additions and 111 deletions

9
docker/Dockerfile Normal file
View file

@ -0,0 +1,9 @@
FROM node:current-alpine
RUN npm -g install browser-sync
WORKDIR /data
EXPOSE 3000 3001
ENTRYPOINT ["browser-sync"]