]> Untitled Git - lemmy-ui.git/commitdiff
Trying a regular node for arm.
authorDessalines <tyhou13@gmx.com>
Mon, 4 Jan 2021 15:38:04 +0000 (10:38 -0500)
committerDessalines <tyhou13@gmx.com>
Mon, 4 Jan 2021 15:38:04 +0000 (10:38 -0500)
Dockerfile

index 278142202aeb2a7e0f0167875d9e3ec02eee0d29..337eec5f6836e07fe7b55c2fbd491491e35ab459 100644 (file)
@@ -1,4 +1,4 @@
-FROM node:14-alpine as builder\r
+FROM node:14 as builder\r
 RUN apk add yarn curl bash --no-cache\r
 \r
 RUN curl -sfL https://install.goreleaser.com/github.com/tj/node-prune.sh | bash -s -- -b /usr/local/bin\r