瀏覽代碼

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


Loading…
取消
儲存