Skip to content

Commit

Permalink
Fix user issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jawadqur committed Nov 15, 2023
1 parent b981644 commit 4788310
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
ARG AZLINUX_BASE_VERSION=master

FROM 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/python-build-base:${AZLINUX_BASE_VERSION} as base
# FROM quay.io/cdis/python-build-base:${AZLINUX_BASE_VERSION} as base

ENV appname=fence
ENV POETRY_NO_INTERACTION=1 \
Expand Down Expand Up @@ -35,6 +34,8 @@ RUN source /venv/bin/activate

WORKDIR /$appname

RUN useradd -ms /bin/bash appuser

USER appuser

ENV PYTHONUNBUFFERED=1 \
Expand Down

0 comments on commit 4788310

Please sign in to comment.