Explorar el Código

Fix frontend build

tags/mobile-v9.2.1
Guillaume Vincent hace 3 años
padre
commit
9665def18f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      packages/lesspass-site/Dockerfile

+ 1
- 1
packages/lesspass-site/Dockerfile Ver fichero

@@ -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


Cargando…
Cancelar
Guardar