Move internal to the right folder

This commit is contained in:
Florian Hoss 2023-10-04 08:32:25 +00:00
parent 7b04abc023
commit 7be6586abc

View file

@ -14,7 +14,7 @@ RUN go build -ldflags="-s -w" cmd/godash/godash.go
FROM node:${NODE_VERSION}-alpine AS nodeBuilder
WORKDIR /app
COPY ./internal/router/templates.go ./internal/router/templates.go
COPY ./internal/router/templates.go /internal/router/templates.go
COPY ./web .
RUN yarn install --frozen-lockfile
RUN yarn run tailwind:build