Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: David Young <[email protected]>
  • Loading branch information
funkypenguin committed Dec 26, 2024
1 parent a9824a3 commit 9266249
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/stremio-web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ COPY --from=cloner /source/. .
RUN npm install
RUN npm run build

# intended to be overridden
ENV WEB_AUTH_KEY=changemeelfie

# Bundle app source
FROM base AS final

# intended to be overridden
ENV WEB_AUTH_KEY=changemeelfie

WORKDIR /var/www/stremio-web
COPY --from=cloner /source/. .
COPY --from=prebuild /var/www/stremio-web/node_modules ./node_modules
Expand Down

0 comments on commit 9266249

Please sign in to comment.