😖 Attempting to fix Docker ARM build

This commit is contained in:
Alicia Sykes 2021-08-06 22:34:33 +01:00
parent b5b50bc154
commit f7eac66d65
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM alpine:3.8
RUN apk add --no-cache nodejs=14.17.4-r0 yarn --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community
RUN apk add --update --no-cache nodejs npm yarn
# Define some ENV Vars
ENV PORT 80