Fixing the testasset

This commit is contained in:
Daniel Kluge
2023-12-21 10:21:52 +01:00
parent 7e7d1ab9e8
commit 4d11d45340
4 changed files with 18 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ WORKDIR /usr/src/app
ENV AM_I_IN_A_DOCKER_CONTAINER Yes
COPY package*.json ./
RUN npm install
RUN npm ci
COPY testasset.js .