diff --git a/Dockerfile b/Dockerfile index 696e9cc2..42cc8d91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,6 @@ 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 3000/tcp EXPOSE 4550/tcp