Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Clemence Kyara <kilemensi@users.noreply.github.com>
  • Loading branch information
koechkevin and kilemensi authored Jul 22, 2024
1 parent 7195186 commit 9c8d8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ RUN pnpm --filter "./apps/vpnmanager" build

FROM base-runner as vpnmanager-runner

ARG SECRET_TOKEN
ARG API_SECRET_KEY
RUN set -ex \
# Create nextjs cache dir w/ correct permissions
&& mkdir -p ./apps/vpnmanager/.next \
Expand Down

0 comments on commit 9c8d8aa

Please sign in to comment.