fix: run npm ci

This commit is contained in:
Derrick Hammer 2023-12-28 01:20:01 -05:00
parent 6046d46a04
commit 61a96fa453
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ COPY . .
COPY entrypoint.sh /
RUN npm ci
# Command to run when the Docker container starts
# It assumes the entrypoint is a script that handles the inputs and runs the desired commands
ENTRYPOINT ["sh", "/entrypoint.sh"]