replaced node:16 with alpine in bundle Dockerfile
This commit is contained in:
parent
d747b202c8
commit
21707555f7
@ -1,4 +1,5 @@
|
||||
FROM node:16.10.0
|
||||
FROM alpine
|
||||
RUN apk add --update nodejs npm
|
||||
WORKDIR /usr/src/fosscord-server/
|
||||
COPY . .
|
||||
WORKDIR /usr/src/fosscord-server/bundle
|
||||
|
Loading…
x
Reference in New Issue
Block a user