Fix Dockerfile to remove non-existent internal/web paths

This commit is contained in:
James Mills 2023-04-23 20:01:03 +10:00
parent 4289174761
commit cb7441efa7
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6

View File

@ -17,11 +17,6 @@ RUN make deps
COPY go.mod .
COPY go.sum .
# Copy static assets
COPY ./internal/web/* ./internal/web/
COPY ./internal/web/css/* ./internal/web/css/
COPY ./internal/web/js/* ./internal/web/js/
# Copy sources
COPY *.go ./
COPY ./internal/*.go ./internal/