Skip to content

Commit

Permalink
ci: fix e2e tests [skip tests] [skip app]
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-greffe committed Mar 26, 2024
1 parent b4bfc83 commit 362b32a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions e2e-tests.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ RUN \
FROM node:16-bookworm-slim
LABEL maintainer="[email protected]"

ARG APP
ARG NODE_APP_INSTANCE
ARG SUBDOMAIN
ARG HEADLESS

ENV APP=$APP
ENV NODE_APP_INSTANCE=$NODE_APP_INSTANCE
ENV SUBDOMAIN=$SUBDOMAIN
Expand Down

0 comments on commit 362b32a

Please sign in to comment.