0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-10 04:52: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

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 ENV NODE_ENV=docker