Added base project
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
FROM oven/bun:1
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json ./
|
||||
RUN bun install
|
||||
|
||||
COPY . .
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
ENV APP_PORT=8080
|
||||
CMD ["bun", "start"]
|
||||
Reference in New Issue
Block a user