ez deploy

This commit is contained in:
suricatingss
2025-12-05 20:45:01 +00:00
parent 60a6342814
commit 3ea91d9058
2 changed files with 13 additions and 45 deletions

View File

@@ -5,7 +5,7 @@
# This project by default uses pnpm.
# If you wish to use npm, delete "pnpm-lock.yaml" first.
# 1. pnpm (or npm) i # If you get gnu problems, use --force
# 1. pnpm (or npm) i # If you get GNU problems, use pnpm (or npm) i --force
# 2. pnpm (or npm) run build # Sit back while it compiles
# 3. sudo docker build . -t myapp:latest (replace 'myapp' to whatever tag you wanna give your image)
@@ -13,7 +13,7 @@
# Now you just need to create the container
# Here is an example command for creating a container
# sudo docker run -d --name myappcontainer --network host -e PORT=3001 myapp:latest
# sudo docker run -d --name myappcontainer --network host -e PORT=3000 myapp:latest
FROM node:22-alpine
WORKDIR /app