This commit is contained in:
@@ -8,8 +8,8 @@ RUN apt update -y && \
|
||||
apt clean
|
||||
|
||||
COPY ./ ./
|
||||
COPY ./docker-entrypoint.sh /usr/local/bin
|
||||
RUN bun install --production --frozen-lockfile --no-cache && \
|
||||
rm -rf ~/.bun
|
||||
|
||||
USER bun:bun
|
||||
CMD ["start", "/drone/src"]
|
||||
|
||||
Reference in New Issue
Block a user