Switched back to root 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:
@@ -7,9 +7,9 @@ RUN apt update -y && \
|
||||
apt autoremove -y --purge && \
|
||||
apt clean
|
||||
|
||||
COPY ./ ./
|
||||
COPY ./docker-entrypoint.sh /usr/local/bin
|
||||
|
||||
WORKDIR /app
|
||||
COPY ./ ./
|
||||
RUN bun install --production --frozen-lockfile --no-cache && \
|
||||
rm -rf ~/.bun
|
||||
|
||||
USER bun:bun
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env sh
|
||||
set -e
|
||||
|
||||
cd ~/app
|
||||
cd /app
|
||||
exec bun start /drone/src
|
||||
|
||||
Reference in New Issue
Block a user