Berndinox
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Dockerfile
|
|
@ -17,7 +17,7 @@ ENV HELM_VERSION="v2.14.1" |
|
|
|
ENV KUBEDB_VERSION=0.12.0 |
|
|
|
ENV NODE_ENV=production |
|
|
|
|
|
|
|
RUN apk add -U openssh-client sshpass curl git nano wget |
|
|
|
RUN apk add -U openssh-client sshpass curl git nano wget openrc |
|
|
|
EXPOSE 3000 |
|
|
|
COPY --from=builder /usr/src/app/dist /usr/src/app/dist |
|
|
|
COPY --from=builder /usr/src/app/node_modules /usr/src/app/node_modules |
|
|
|