浏览代码

Fix frontend build

tags/mobile-v9.2.1
Guillaume Vincent 3 年前
父节点
当前提交
9665def18f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      packages/lesspass-site/Dockerfile

+ 1
- 1
packages/lesspass-site/Dockerfile 查看文件

@@ -2,7 +2,7 @@ FROM node:12-alpine AS builder
LABEL maintainer="LessPass <contact@lesspass.com>"
LABEL name="LessPass Frontend"
WORKDIR /opt/frontend
COPY package.json yarn.lock ./
COPY package.json ./
RUN yarn install
RUN yarn global add gulp-cli
COPY . /opt/frontend


正在加载...
取消
保存