Update 'Dockerfile'

This commit is contained in:
Aaron Fischer 2021-07-01 23:33:53 +02:00
parent 3250dd5837
commit e04c8cef66
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ COPY . /app
WORKDIR /app
RUN GOOS=linux go build -o bdm src/bdm.go
FROM alpine
WORKDIR /app
COPY ./static /app/static/