mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-21 05:56:20 +00:00
Updated project to node 12.14.1
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:12.11.1-alpine as node
|
||||
FROM node:12.14.1-alpine as node
|
||||
COPY . /shlink-web-client
|
||||
RUN cd /shlink-web-client && npm install && npm run build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user