From ecd87894a7e22f143fd470d8b8dbb21774a5756e Mon Sep 17 00:00:00 2001 From: Rizky Date: Sun, 21 Jan 2024 13:17:09 +0700 Subject: [PATCH] fux --- Dockerfile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7fe66bb4..89d565a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,15 +1,7 @@ # use the official ubuntu image FROM oven/bun:1.0.18-debian as base WORKDIR /usr/src/app - -FROM base AS install -RUN mkdir -p /temp/prod -COPY . /temp/prod/ -RUN cd /temp/prod && bun install --frozen-lockfile - -FROM base AS release -COPY --from=install /temp/prod/node_modules node_modules -COPY . . +COPY coba.ts coba.ts USER bun EXPOSE 4550/tcp