Skip to content
Open

Hug #166

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 0 additions & 47 deletions .github/workflows/build-image.yml

This file was deleted.

10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM node:alpine
FROM node:20-alpine3.20

WORKDIR /app
WORKDIR /tmp

COPY . .
COPY index.js index.html package.json ./

EXPOSE 3000
EXPOSE 7860

RUN apk update && apk add --no-cache openssl curl &&\
RUN apk update && apk add --no-cache bash openssl curl &&\
chmod +x index.js &&\
npm install

Expand Down
674 changes: 0 additions & 674 deletions LICENSE

This file was deleted.

42 changes: 0 additions & 42 deletions README.md

This file was deleted.

Loading