Browse Source

Update Dockerfile

pull/305/head
Berndinox 6 years ago
committed by GitHub
parent
commit
cc5d023b93
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile

2
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

Loading…
Cancel
Save