Skip to content

Commit

Permalink
Removed unused prose
Browse files Browse the repository at this point in the history
  • Loading branch information
DrizzlyOwl committed Nov 25, 2024
1 parent 3465c1a commit 5e9448b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,9 @@ RUN npm run build
# ==============================================
FROM "mcr.microsoft.com/dotnet/aspnet:${DOTNET_VERSION}-azurelinux3.0" AS final
LABEL org.opencontainers.image.source="https://github.com/DFE-Digital/record-concerns-support-trusts"
ARG COMMIT_SHA
COPY --from=builder /app /app
COPY --from=frontend /app/wwwroot /app/wwwroot
COPY ./script/web-docker-entrypoint.sh /app/docker-entrypoint.sh
WORKDIR /app
RUN chmod +x ./docker-entrypoint.sh
USER $APP_UID
EXPOSE 8080/tcp
2 changes: 0 additions & 2 deletions script/set-appsettings-release-tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
set -e
set -o pipefail

apt-get update && apt-get install jq -y

RELEASE_TAG="$1"

APP_SETTINGS_FILES=(
Expand Down

0 comments on commit 5e9448b

Please sign in to comment.