Refactor: migrate discordbot
All checks were successful
All checks were successful
This commit is contained in:
@@ -13,6 +13,8 @@ ENTRYPOINT ["/work/backend"]
|
||||
CMD ["serve"]
|
||||
|
||||
FROM docker.io/library/debian:13-slim AS native
|
||||
RUN apt-get -y update && apt-get -y upgrade && \
|
||||
apt-get -y install ca-certificates
|
||||
|
||||
COPY backend /work/backend
|
||||
WORKDIR /work
|
||||
|
||||
Reference in New Issue
Block a user