bump node version
Some checks reported errors
continuous-integration/drone Build encountered an error

This commit is contained in:
oonyeje 2025-02-22 13:50:24 -05:00
parent bb71a985f7
commit 845676749b
2 changed files with 1 additions and 16 deletions

View File

@ -1,4 +1,4 @@
FROM node:18.8 as base
FROM node:20 as base
FROM base as builder

View File

@ -1,15 +0,0 @@
version: '3'
name: oonyeje-portfolio
services:
app:
repo: gitea.bsidesolutions.net/oonyeje/oonyeje-portfolio
container_name: oonyeje-portfolio
restart: unless-stopped
pull_policy: build
ports:
# These ports are in format <host-port>:<container-port>
- '6000:3000' # Public HTTP Port
env_file:
- stack.env