Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Nov 8, 2024
1 parent 84385d0 commit 989de51
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 74 deletions.
14 changes: 14 additions & 0 deletions Dockerfile.standalone-infisical
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ RUN addgroup --system --gid 1001 nodejs \

WORKDIR /app

# Required for pkcs11js
RUN apt-get update && apt-get install -y \
python3 \
make \
g++ \
&& rm -rf /var/lib/apt/lists/*

COPY backend/package*.json ./
RUN npm ci --only-production

Expand All @@ -85,6 +92,13 @@ FROM base AS backend-runner

WORKDIR /app

# Required for pkcs11js
RUN apt-get update && apt-get install -y \
python3 \
make \
g++ \
&& rm -rf /var/lib/apt/lists/*

COPY backend/package*.json ./
RUN npm ci --only-production

Expand Down
74 changes: 0 additions & 74 deletions docker-compose.hsm.prod.yml

This file was deleted.

0 comments on commit 989de51

Please sign in to comment.