mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 20:42:43 +00:00
Merge pull request #1775 from G-Ambatte/fixDockerNodeConfig-#1767
[Docker] Shift to Alpine base image
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
FROM node:16.11
|
||||
FROM node:16.11-alpine
|
||||
RUN apk --no-cache add git
|
||||
|
||||
ENV NODE_ENV=docker
|
||||
|
||||
|
||||
Reference in New Issue
Block a user