Skip to content

Commit

Permalink
fix metadata of package.json, upgrade docker image, upgrade npm packa…
Browse files Browse the repository at this point in the history
…ge setem
  • Loading branch information
myrho committed Jan 16, 2024
1 parent 781e467 commit bf9efb9
Show file tree
Hide file tree
Showing 3 changed files with 556 additions and 365 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.16
FROM alpine:3.19
LABEL org.opencontainers.image.title="graphsense-dashboard"
LABEL org.opencontainers.image.maintainer="[email protected]"
LABEL org.opencontainers.image.url="https://www.ikna.io/"
Expand Down Expand Up @@ -50,4 +50,4 @@ RUN npm install

ENTRYPOINT ["/docker-entrypoint.sh"]
CMD ["nginx", "-g", "pid /tmp/nginx.pid;daemon off;"]
EXPOSE 8000
EXPOSE 8000
Loading

0 comments on commit bf9efb9

Please sign in to comment.