mirror of
https://github.com/caprover/caprover
synced 2026-09-22 22:55:34 +00:00
Revert "Changed dockerfile to normal to match release"
This reverts commit 4b8f0777df.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
FROM node:10
|
||||
FROM node:10-alpine
|
||||
RUN apk update && apk upgrade && \
|
||||
apk add --no-cache bash git openssh
|
||||
|
||||
RUN mkdir -p /usr/src/app
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
Reference in New Issue
Block a user