Update to react-tag-autocomplete 7

This commit is contained in:
Alejandro Celaya
2023-08-12 10:26:42 +02:00
parent 5e2dce8f3f
commit 94ba244ae1
8 changed files with 39 additions and 41 deletions

View File

@@ -1,8 +1,8 @@
FROM node:20.2-alpine as node
FROM node:20.5-alpine as node
COPY . /shlink-web-client
ARG VERSION="latest"
ENV VERSION ${VERSION}
RUN cd /shlink-web-client && npm ci --force && npm run build
RUN cd /shlink-web-client && npm ci && npm run build
FROM nginx:1.23-alpine
LABEL maintainer="Alejandro Celaya <alejandro@alejandrocelaya.com>"