🐳 Updates multi-arch docker image

This commit is contained in:
Alicia Sykes 2021-08-15 12:10:34 +01:00
parent 6b527224c8
commit 52c90bae31
1 changed files with 0 additions and 3 deletions

View File

@ -22,9 +22,6 @@ COPY . ./
# Build initial app for production
RUN yarn build
# # remove development dependencies
# RUN yarn install --production --ignore-scripts --prefer-offline
# Build the final image
FROM node:14.17.5-alpine