Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirherobrine23 committed Nov 16, 2022
1 parent d9d69d8 commit b135534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ ENV KEY="" CERT="" RUNNINGON="railway"
RUN apt update && apt install -y wget curl chromium-browser && wget -qO- https://raw.githubusercontent.com/Sirherobrine23/DebianNodejsFiles/main/debianInstall.sh | bash
ENTRYPOINT [ "node", "dist/api.js" ]
COPY ./package*.json ./
RUN npm install
RUN npm ci
COPY ./ ./
RUN npm run build

0 comments on commit b135534

Please sign in to comment.