dsql-admin/dsql-app/docker/setup/Dockerfile

11 lines
173 B
Docker
Raw Normal View History

2025-01-13 21:50:42 +00:00
FROM oven/bun:debian
SHELL ["/bin/bash", "-c"]
RUN apt-get update
RUN apt-get install -y openssl openssh-client
WORKDIR /app/docker/setup
ENTRYPOINT ["bun", "index.ts"]