fix
This commit is contained in:
parent
f3e13d9fa8
commit
423b2de891
|
|
@ -1,7 +1,11 @@
|
||||||
{
|
{
|
||||||
"schemaVersion": 2,
|
"schemaVersion": 2,
|
||||||
"dockerfileLines": [
|
"dockerfileLines": [
|
||||||
"FROM oven/bun",
|
"FROM oven/bun:debian",
|
||||||
|
"sudo apt install git",
|
||||||
|
"RUN mkdir -p /prasi",
|
||||||
|
"CD /prasi",
|
||||||
|
"RUN git clone https://github.com/rizrmd/prasi.git --depth=1",
|
||||||
"COPY package.json bun.lockb /temp/prod/",
|
"COPY package.json bun.lockb /temp/prod/",
|
||||||
"RUN cd /temp/prod && bun install --frozen-lockfile --production",
|
"RUN cd /temp/prod && bun install --frozen-lockfile --production",
|
||||||
"RUN mkdir -p /temp/prod",
|
"RUN mkdir -p /temp/prod",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue