Skip to content

Commit

Permalink
Azure Container App with Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
EnggQasim committed Jun 30, 2024
1 parent 11591fb commit a961887
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY --from=requirements-stage /tmp/requirements.txt /code/requirements.txt
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
COPY ./app /code/app
# We will comment COPY .env /code/ later
COPY .env /code/
# COPY .env /code/
# Set up a non-root user for better security
RUN useradd --create-home --home-dir /home/appuser appuser \
&& chown -R appuser:appuser /code
Expand Down

0 comments on commit a961887

Please sign in to comment.