Browse Source

Update Dockerfile

pull/35/head
Per-Arne Andersen 4 years ago
committed by GitHub
parent
commit
4fdb0fcc32
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile

2
Dockerfile

@ -1,4 +1,4 @@
FROM node:current-alpine3.12
FROM node:14-alpine
COPY ./wg_dashboard_frontend /tmp/build
WORKDIR /tmp/build

Loading…
Cancel
Save