cos tam dziala
This commit is contained in:
12
back/Dockerfile
Normal file
12
back/Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM oven/bun:latest
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json bun.lockb* ./
|
||||
RUN bun install
|
||||
|
||||
COPY . .
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
CMD ["bun", "run", "dev"]
|
||||
Reference in New Issue
Block a user