1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-19 03:29:37 +02:00

Update Dockerfile.multiarch

This commit is contained in:
Ekrem 2021-11-01 19:08:30 +03:00 committed by GitHub
parent 1d70bd132a
commit b45eecada2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM node:14-alpine
FROM node:14-alpine as builder
RUN apk update && apk add --no-cache nano curl