From 8f92f77d5afda97e2f4c7b0a244143082f380a5c Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 15 Aug 2018 18:28:35 +0400 Subject: Reconfiguration of the build algorithm --- build/latest/Dockerfile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'build/latest/Dockerfile') diff --git a/build/latest/Dockerfile b/build/latest/Dockerfile index 20529d1..733fc6b 100644 --- a/build/latest/Dockerfile +++ b/build/latest/Dockerfile @@ -2,16 +2,11 @@ FROM ubuntu:rolling LABEL maintainer="info@valentineus.link" ENV METEOR_ALLOW_SUPERUSER="true" -WORKDIR "/workspace" RUN set -ex \ && apt-get update \ && apt-get --no-install-recommends --no-install-suggests --yes install \ - build-essential \ - ca-certificates \ - curl \ - git \ - openssl \ + build-essential ca-certificates curl git openssl \ && curl https://install.meteor.com | sh \ && apt-get --purge --yes autoremove \ && apt-get clean \ @@ -22,4 +17,5 @@ RUN set -ex \ && find /var/tmp -type f -exec rm {} \; EXPOSE 3000 +WORKDIR "/workspace" CMD [ "/usr/local/bin/meteor", "run" ] \ No newline at end of file -- cgit v1.2.3