mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-05-01 02:46:21 +00:00
Ensured travis makes use of a working node version for builds
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:10.15.2 as node
|
||||
FROM node:10.15.3-alpine as node
|
||||
COPY . /shlink-web-client
|
||||
RUN cd /shlink-web-client && yarn install && yarn build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user