mirror of
https://github.com/Threnklyn/wg-ui.git
synced 2026-05-18 21:03:30 +02:00
Use Debian variant of node in Dockerfile (#76)
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM docker.io/node:12-alpine AS ui
|
||||
FROM docker.io/node:12 AS ui
|
||||
WORKDIR /ui
|
||||
COPY ui/package.json ui/package-lock.json /ui/
|
||||
RUN npm install
|
||||
|
||||
Reference in New Issue
Block a user