bump node version
Some checks reported errors
continuous-integration/drone Build encountered an error
Some checks reported errors
continuous-integration/drone Build encountered an error
This commit is contained in:
parent
bb71a985f7
commit
845676749b
@ -1,4 +1,4 @@
|
||||
FROM node:18.8 as base
|
||||
FROM node:20 as base
|
||||
|
||||
FROM base as builder
|
||||
|
||||
|
||||
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user