Move internal to the right folder
This commit is contained in:
parent
7b04abc023
commit
7be6586abc
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ RUN go build -ldflags="-s -w" cmd/godash/godash.go
|
||||||
FROM node:${NODE_VERSION}-alpine AS nodeBuilder
|
FROM node:${NODE_VERSION}-alpine AS nodeBuilder
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY ./internal/router/templates.go ./internal/router/templates.go
|
COPY ./internal/router/templates.go /internal/router/templates.go
|
||||||
COPY ./web .
|
COPY ./web .
|
||||||
RUN yarn install --frozen-lockfile
|
RUN yarn install --frozen-lockfile
|
||||||
RUN yarn run tailwind:build
|
RUN yarn run tailwind:build
|
||||||
|
|
Loading…
Reference in a new issue