This commit is contained in:
Rizky 2024-01-21 16:26:17 +07:00
parent 941caab638
commit 9d27ea6763
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ FROM oven/bun:1.0.18-debian as base
WORKDIR /app/docker
RUN mkdir -p /app/prasi/repo
RUN apt-get install zip git -yq
COPY docker.ts docker.ts
USER bun
EXPOSE 3000/tcp