Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
chore: Update Dockerfile to include entrypoint command for running th…
Browse files Browse the repository at this point in the history
…e app with custom host, repo, and auth parameters
  • Loading branch information
piquark6046 committed Jul 24, 2024
1 parent 515243c commit fb97e08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ COPY . /app
RUN cd /app && npm install
RUN adduser runner
USER runner
EXPOSE 3000
EXPOSE 3000
ENTRYPOINT ["bash", "-c", "cd /app && npm start -- --host $HOST --repo $REPO --auth $AUTH"]

0 comments on commit fb97e08

Please sign in to comment.