😖 Attempting to fix Docker ARM build

This commit is contained in:
Alicia Sykes 2021-08-06 22:25:27 +01:00
parent c261842659
commit b5b50bc154
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 yarn --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community
RUN apk add --no-cache nodejs=14.17.4-r0 yarn --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community
# Define some ENV Vars
ENV PORT 80