Start dockerfile deployment code
This commit is contained in:
parent
d49cf2cc98
commit
5167fc6ad5
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
FROM oven/bun:1 AS bas
|
||||||
|
WORKDIR /usr/src/blog
|
||||||
|
|
||||||
|
FROM bas AS install
|
||||||
|
RUN mkdir -p /temp/prod
|
||||||
|
COPY package.json bun.lockb /temp/prod/
|
||||||
|
RUN cd /temp/prod && bun install --frozen-lockfile --production
|
||||||
|
|
Loading…
Reference in New Issue
Block a user