diff --git a/Dockerfile b/Dockerfile index 86f0a5c4..7e75f42c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,6 @@ RUN mkdir -p /app/prasi/repo RUN apt-get update RUN apt-get install git curl gnupg zip unzip -yq RUN chown -R bun:bun /app/prasi -COPY docker.ts docker.ts USER bun EXPOSE 4550/tcp