Skip to content

Commit

Permalink
update frontend and backend version and header color /deploy-app
Browse files Browse the repository at this point in the history
  • Loading branch information
yeabmoh committed Dec 11, 2024
1 parent c03cc43 commit 5130be0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/deployment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.28/deb/Release.key | gpg --d
apt-get update && \
apt-get install -y --no-install-recommends kubectl helm python3 python3-pip && \
pip install openshift ansible docker apache-libcloud

COPY /src/api_service/docker-entrypoint.sh /app/docker-entrypoint.sh
RUN useradd -ms /bin/bash app -d /home/app -u 1000 -p "$(openssl passwd -1 passw0rd)" && \
usermod -aG docker app && \
mkdir -p /app && \
Expand All @@ -49,7 +49,6 @@ RUN useradd -ms /bin/bash app -d /home/app -u 1000 -p "$(openssl passwd -1 passw
# Set the working directory
WORKDIR /app
ADD --chown=app:app . /app
COPY /src/api_service/docker-entrypoint.sh /app/docker-entrypoint.sh
RUN chmod +x /app/docker-entrypoint.sh


Expand Down

0 comments on commit 5130be0

Please sign in to comment.