This commit is contained in:
Rizky 2024-01-24 07:48:51 +07:00
parent df1639f264
commit 3200496738
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,9 @@
FROM oven/bun:1.0.18-debian as base
WORKDIR /app/prasi
COPY . .
RUN apt-get update
RUN apt-get install unzip
RUN bun install
EXPOSE 3000/tcp
CMD [ "bun", "run", "prod" ]

View File

@ -18,6 +18,7 @@ export const ensureNotRunning = async () => {
},
});
s.end();
console.log("hello");
done(false);
} catch (e) {
done(true);