0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-08 14:18:40 +00:00
[Docker] Shift to Alpine base image
This commit is contained in:
Trevor Buckner
2021-10-26 23:10:25 -04:00
committed by GitHub
+2 -1
View File
@@ -1,4 +1,5 @@
FROM node:16.11
FROM node:16.11-alpine
RUN apk --no-cache add git
ENV NODE_ENV=docker