Skip to content
Snippets Groups Projects
Commit aa98dc2a authored by Quentin Bramas's avatar Quentin Bramas
Browse files

CI

parent ec99cd58
Branches
Tags
No related merge requests found
Pipeline #94555 canceled with stage
in 1 minute and 5 seconds
......@@ -2,8 +2,7 @@
RUN curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm
#RUN curl -fsSL "https://github.com/pnpm/pnpm/releases/latest/download/pnpm-linuxstatic-x64" -o /bin/pnpm; chmod +x /bin/pnpm;
#RUN curl -fsSL "https://github.com/pnpm/pnpm/releases/latest/download/pnpm-linuxstatic-x64" -o /bin/pnpm; chmod +x /bin/pnpm;
#RUN curl -fsSL https://get.pnpm.io/install.sh | bash -
RUN mkdir -p /usr/src/app
......@@ -14,8 +13,6 @@ RUN pnpm install
COPY ./ /usr/src/app
RUN pnpm run build
ENV PORT 80
EXPOSE 80
CMD [ "pnpm", "start" ]
CMD [ "pnpm", "dev", "--port", "80" ]
......@@ -18,15 +18,11 @@
"@solidjs/meta": "^0.28.0",
"@solidjs/router": "^0.5.0",
"@types/sqlite3": "^3.1.8",
"aws-sdk": "^2.1261.0",
"mock-aws-s3": "^4.0.2",
"nock": "^13.2.9",
"solid-js": "^1.6.0",
"solid-start": "^0.2.0",
"sqlite": "^4.1.2",
"sqlite3": "^5.1.2",
"undici": "^5.11.0",
"string_decoder": "*"
},
"engines": {
"node": ">=16"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment