This commit is contained in:
Rizky 2023-10-16 10:17:43 +07:00
parent 5c70e2f3d7
commit 40baa29da2
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"RUN mkdir -p /usr/src/app", "RUN mkdir -p /usr/src/app",
"WORKDIR /usr/src/app", "WORKDIR /usr/src/app",
"COPY ./ /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", "RUN bun i",
"ENV PORT 4550", "ENV PORT 4550",
"EXPOSE 4550", "EXPOSE 4550",