wip fix
This commit is contained in:
parent
941caab638
commit
9d27ea6763
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue