Fix CI
continuous-integration/drone/push Build is failing Details

main
Félix MIELCAREK 11 months ago
parent cb6a848ab1
commit d559b0dbd7

@ -1,5 +1,5 @@
{
"name": "script",
"name": "bigbrother-script",
"version": "1.0.0",
"description": "",
"main": "app.js",

@ -8,7 +8,7 @@ RUN apt-get update && \
# Set working directory inside the container
WORKDIR /usr/src/app
COPY web/src/package*.json ./
COPY web/src/package*.json ./web/src/
RUN npm install ./web/src
RUN pip3 install os

@ -1,4 +1,14 @@
{
"name": "bigbrother-web",
"version": "1.0.0",
"description": "",
"main": "app.js",
"keywords": [
"big-brother",
"spotify"
],
"author": "Félix Mielcarek",
"license": "MIT",
"dependencies": {
"axios": "^1.6.7",
"cookie-parser": "^1.4.6",

Loading…
Cancel
Save