updated Dockerfile

This commit is contained in:
Marvin Zhang
2022-06-03 15:41:07 +08:00
parent 6b6fa298e7
commit dc0142ed47
2 changed files with 0 additions and 2 deletions

View File

@@ -8,4 +8,3 @@ ENV GO111MODULE on
RUN go mod tidy \
&& go install -v ./...

View File

@@ -6,4 +6,3 @@ RUN rm /app/.npmrc
# install frontend
RUN yarn install && yarn run build:docker