mirror of
https://github.com/mue/mue.git
synced 2026-07-17 14:04:09 +02:00
feat(dockerfile): add development with docker (#1119)
* feat(dockerfile): add development with docker * fix(Doc): correct typo 'volumen' to 'volume'
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM oven/bun:latest
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN bun install
|
||||
|
||||
EXPOSE 5173
|
||||
|
||||
CMD ["bun", "run", "dev:host"]
|
||||
Reference in New Issue
Block a user