Skip to content

Commit ce710d2

Browse files
authored
Merge pull request #3 from geshan/cleanup
Removes not needed files, moves node to v20
2 parents d79b4d4 + 1f8d17a commit ce710d2

File tree

5 files changed

+4480
-1234
lines changed

5 files changed

+4480
-1234
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18-alpine as base
1+
FROM node:20-alpine as base
22
WORKDIR /src
33
COPY package*.json ./
44
EXPOSE 3000

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Geshan Manandhar
3+
Copyright (c) 2023 Geshan Manandhar
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

app.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)