httb/Dockerfile
Arthur Khachaturov 936b34cc2f
chore: add docker
2024-07-20 01:32:44 +03:00

11 lines
154 B
Docker

FROM debian:stable-slim
RUN apt-get update && apt-get install socat file -y
WORKDIR /opt/app
COPY src/ /opt/app/
EXPOSE 80
CMD /opt/app/main.sh run