fix: run npm ci
This commit is contained in:
parent
6046d46a04
commit
61a96fa453
|
@ -12,6 +12,8 @@ COPY . .
|
||||||
|
|
||||||
COPY entrypoint.sh /
|
COPY entrypoint.sh /
|
||||||
|
|
||||||
|
RUN npm ci
|
||||||
|
|
||||||
# Command to run when the Docker container starts
|
# Command to run when the Docker container starts
|
||||||
# It assumes the entrypoint is a script that handles the inputs and runs the desired commands
|
# It assumes the entrypoint is a script that handles the inputs and runs the desired commands
|
||||||
ENTRYPOINT ["sh", "/entrypoint.sh"]
|
ENTRYPOINT ["sh", "/entrypoint.sh"]
|
||||||
|
|
Loading…
Reference in New Issue