curl in docker container [hack to fix best buy]

This commit is contained in:
Wingy 2020-11-30 21:03:03 -05:00
parent a293e67e50
commit 3133a52c1c

View file

@ -1,5 +1,7 @@
FROM node:15-alpine FROM node:15-alpine
RUN apk --no-cache add curl
ENV NODE_ENV production ENV NODE_ENV production
WORKDIR /usr/src/app WORKDIR /usr/src/app