mirror of
https://old.git.ood.ovh/flambyte/RUX.git
synced 2025-07-02 04:21:10 +02:00
feat(Docker): Add docker for browser-sync
Crop image to real content
This commit is contained in:
parent
82a2744d84
commit
c03e53e769
105 changed files with 155 additions and 111 deletions
9
docker/Dockerfile
Normal file
9
docker/Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
|||
FROM node:current-alpine
|
||||
|
||||
RUN npm -g install browser-sync
|
||||
|
||||
WORKDIR /data
|
||||
|
||||
EXPOSE 3000 3001
|
||||
|
||||
ENTRYPOINT ["browser-sync"]
|
Loading…
Add table
Add a link
Reference in a new issue