Skip to content
Snippets Groups Projects
Commit d9fe3227 authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

push to v2-test and version, remove debug from dockerfile

parent 0508cbde
No related branches found
No related tags found
No related merge requests found
Pipeline #13710 failed
......@@ -21,6 +21,7 @@ build:
- docker pull $CI_REGISTRY_IMAGE:latest || true
- docker build --cache-from $CI_REGISTRY_IMAGE:latest --tag $CI_REGISTRY_IMAGE:$VERSION --tag $CI_REGISTRY_IMAGE:latest .
- docker push $CI_REGISTRY_IMAGE:$VERSION
- docker push $CI_REGISTRY_IMAGE:v2-test
- docker push $CI_REGISTRY_IMAGE:latest
deploy:
......
......@@ -4,9 +4,6 @@ RUN mkdir /app
RUN curl -fsSL https://deb.nodesource.com/setup_19.x | bash -
RUN apt-get -y install make autoconf automake libtool pkg-config nodejs git python3-pip
# ---
RUN apt-get -y install tree
# ---
RUN rm -rf /var/lib/apt/lists/*
WORKDIR /app
......@@ -34,8 +31,6 @@ RUN bash -c "adduser --disabled-login --quiet --gecos app app && \
chmod o+x /app/server/run.sh"
USER app
RUN cd server; tree
WORKDIR /app/server
EXPOSE 8000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment