0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +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