6
1
mirror of https://git.mills.io/saltyim/saltyim.git synced 2024-06-16 03:48:24 +00:00

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

@ -17,11 +17,6 @@ RUN make deps
COPY go.mod . COPY go.mod .
COPY go.sum . 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 sources
COPY *.go ./ COPY *.go ./
COPY ./internal/*.go ./internal/ COPY ./internal/*.go ./internal/