|
@@ -4,7 +4,8 @@ RUN mkdir -p /frontend |
|
|
WORKDIR /frontend |
|
|
WORKDIR /frontend |
|
|
|
|
|
|
|
|
COPY package.json /frontend/ |
|
|
COPY package.json /frontend/ |
|
|
RUN npm install |
|
|
|
|
|
|
|
|
RUN npm install --production --ignore-scripts --unsafe-perm |
|
|
|
|
|
RUN npm install --only=dev --ignore-scripts --unsafe-perm |
|
|
|
|
|
|
|
|
COPY . /frontend |
|
|
COPY . /frontend |
|
|
RUN npm run build |
|
|
RUN npm run build |
|
|