actual docker fix
This commit is contained in:
@@ -1 +1,10 @@
|
|||||||
node_modules
|
node_modules
|
||||||
|
Dockerfile
|
||||||
|
Makefile
|
||||||
|
pnpm-lock.yaml
|
||||||
|
README.md
|
||||||
|
.output
|
||||||
|
.vinxi
|
||||||
|
.git
|
||||||
|
.gitignore
|
||||||
|
.dockerignore
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM node:22
|
FROM node:22-alpine
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|||||||
Reference in New Issue
Block a user