curl in docker container [hack to fix best buy]
This commit is contained in:
parent
a293e67e50
commit
3133a52c1c
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue