Spaces:
Runtime error
Runtime error
grosenthal
commited on
Commit
•
02e18f0
1
Parent(s):
53ef01f
swap to npm
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -22,7 +22,6 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
22 |
|
23 |
COPY --chown=user . .
|
24 |
|
25 |
-
COPY package.json ./
|
26 |
COPY ./src ./src
|
27 |
RUN cd src/aineid && npm install
|
28 |
RUN cd src/aineid && npm build
|
|
|
22 |
|
23 |
COPY --chown=user . .
|
24 |
|
|
|
25 |
COPY ./src ./src
|
26 |
RUN cd src/aineid && npm install
|
27 |
RUN cd src/aineid && npm build
|