mirror of
https://github.com/owntracks/frontend.git
synced 2026-05-19 04:17:01 +00:00
Update Dockerfile to use node:14 and nginx:1.18-alpine
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
FROM node:10 as build
|
||||
FROM node:14 as build
|
||||
WORKDIR /usr/src/app
|
||||
COPY package.json yarn.lock ./
|
||||
RUN yarn install
|
||||
COPY . ./
|
||||
RUN yarn build
|
||||
|
||||
FROM nginx:1.17-alpine
|
||||
FROM nginx:1.18-alpine
|
||||
LABEL version="2.6.0"
|
||||
LABEL description="OwnTracks UI"
|
||||
LABEL maintainer="Linus Groh <mail@linusgroh.de>"
|
||||
|
||||
Reference in New Issue
Block a user