fix
This commit is contained in:
parent
5c70e2f3d7
commit
40baa29da2
|
|
@ -5,7 +5,7 @@
|
|||
"RUN mkdir -p /usr/src/app",
|
||||
"WORKDIR /usr/src/app",
|
||||
"COPY ./ /usr/src/app/",
|
||||
"RUN curl -fsSL https://bun.sh/install | bash"
|
||||
"RUN curl -fsSL https://bun.sh/install | bash",
|
||||
"RUN bun i",
|
||||
"ENV PORT 4550",
|
||||
"EXPOSE 4550",
|
||||
|
|
|
|||
Loading…
Reference in New Issue