mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 01:20:24 +03:00
Added comment
This commit is contained in:
parent
2451167296
commit
c0d5feb433
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@ FROM node:16.15-alpine as node
|
||||||
COPY . /shlink-web-client
|
COPY . /shlink-web-client
|
||||||
ARG VERSION="latest"
|
ARG VERSION="latest"
|
||||||
ENV VERSION ${VERSION}
|
ENV VERSION ${VERSION}
|
||||||
RUN cd /shlink-web-client && npm ci && NODE_ENV=production npm run build
|
# TODO Remove --force once enzyme was removed
|
||||||
|
RUN cd /shlink-web-client && npm ci --force && NODE_ENV=production npm run build
|
||||||
|
|
||||||
FROM nginx:1.21-alpine
|
FROM nginx:1.21-alpine
|
||||||
LABEL maintainer="Alejandro Celaya <alejandro@alejandrocelaya.com>"
|
LABEL maintainer="Alejandro Celaya <alejandro@alejandrocelaya.com>"
|
||||||
|
|
Loading…
Reference in a new issue