Removed git fetch + rootless Docker image
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Julien Valverdé
2023-09-01 00:28:17 +02:00
parent 1c482610f4
commit ed82f61dbb
3 changed files with 14 additions and 4 deletions

View File

@@ -10,4 +10,6 @@ RUN apt update -y && \
COPY ./ ./
RUN bun install --production --frozen-lockfile --no-cache && \
rm -rf ~/.bun
ENTRYPOINT ["bun", "start", "/drone/src"]
USER bun:bun
CMD ["start", "/drone/src"]