Skip to content

Commit

Permalink
docker updated
Browse files Browse the repository at this point in the history
  • Loading branch information
bmblb committed Jan 16, 2025
1 parent 4e1de77 commit 811976d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Based on https://developers.google.com/web/tools/puppeteer/troubleshooting#running_puppeteer_in_docker

FROM node:16.15.0
FROM node:20.18.1

RUN apt-get update \
&& apt-get install -y wget gnupg ca-certificates \
Expand Down Expand Up @@ -51,5 +51,3 @@ RUN npm i
EXPOSE 8080 8081

ENTRYPOINT [ "node", "./src/server.js", "-H", "8081" ]

CMD ["bash"]

0 comments on commit 811976d

Please sign in to comment.