Removed git fetch + rootless Docker image
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user