Rename frontend to web
This commit is contained in:
parent
f63210272d
commit
c135c604f0
59 changed files with 13 additions and 7 deletions
|
@ -19,12 +19,12 @@ RUN go build -ldflags="-s -w" cmd/cafe-plaetschwiesle/cafe-plaetschwiesle.go
|
|||
FROM node:${NODE_VERSION}-alpine AS nodeBuilder
|
||||
WORKDIR /app
|
||||
|
||||
COPY ./frontend/package.json .
|
||||
COPY ./frontend/yarn.lock .
|
||||
COPY ./web/package.json .
|
||||
COPY ./web/yarn.lock .
|
||||
RUN yarn install --frozen-lockfile
|
||||
|
||||
COPY --from=goBuilder /app/docs/swagger.json ../docs/swagger.json
|
||||
COPY ./frontend/ .
|
||||
COPY ./web/ .
|
||||
RUN yarn run types:openapi
|
||||
RUN yarn run build
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue