style: update README.md.

This commit is contained in:
lanyulei 2022-07-14 00:48:28 +08:00
parent 21a50afc8c
commit 0308b4ab79

View File

@ -20,7 +20,7 @@ VUE_APP_BASE_API = \'\''\
> .env.production > .env.production
RUN npm run build:prod RUN npm run build:prod
FROM golang:1.15 AS build FROM golang:1.18 AS build
WORKDIR /opt/workflow/ferry WORKDIR /opt/workflow/ferry
COPY . . COPY . .