gitea-sonarqube-bot/contrib/Dockerfile
justusbunsi 758e3c75cc
Switch to another default port
Signed-off-by: Steven Kriegler <61625851+justusbunsi@users.noreply.github.com>
2021-10-09 21:23:40 +02:00

11 lines
139 B
Docker

FROM golang:1.16-alpine3.13
RUN apk --no-cache add build-base git bash
WORKDIR /projects
VOLUME ["/projects"]
EXPOSE 3000
CMD ["bash"]