commit eb7ec7e15b3a5a521e08170597d8770f3eab6b58 parent b39cf616f531642bf91d485837c6b48c60241283 Author: Andreas Gruhler <andreas.gruhler@adfinis.com> Date: Tue, 14 Mar 2023 18:23:56 +0100 feat(myheats): don't produce npm build Diffstat:
M | docker/docker-myheats/Dockerfile | | | 4 | +--- |
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/docker/docker-myheats/Dockerfile b/docker/docker-myheats/Dockerfile @@ -7,7 +7,6 @@ WORKDIR /app RUN git clone --depth 1 https://git.in0rdr.ch/myheats.git /app RUN npm ci -RUN npm run build ENV NODE_ENV production ENV REACT_APP_DOC_TITLE 'My Heats' @@ -15,4 +14,4 @@ ENV REACT_APP_SUPABASE_KEY 'changeme' EXPOSE 3000 -CMD [ "npm", "start" ] -\ No newline at end of file +CMD [ "npm", "start" ]