replaced node:16 with alpine in bundle Dockerfile

This commit is contained in:
xnacly
2021-10-08 20:35:06 +02:00
parent d747b202c8
commit 21707555f7
+2 -1
View File
@@ -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