Commit 2c62719e authored by nanahira's avatar nanahira

update dockerfile

parent ac56014b
Pipeline #1228 passed with stage
in 8 minutes and 2 seconds
# Dockerfile for SRVPro
FROM node:12-buster-slim
FROM node:14-buster-slim
RUN npm install -g pm2
# apt
RUN apt update && \
env DEBIAN_FRONTEND=noninteractive apt install -y wget git build-essential libevent-dev libsqlite3-dev mono-complete p7zip-full redis-server python3 liblua5.3-dev && \
env DEBIAN_FRONTEND=noninteractive apt install -y wget git build-essential libevent-dev libsqlite3-dev mono-complete p7zip-full python3 liblua5.3-dev && \
rm -rf /var/lib/apt/lists/*
# srvpro
......
# Dockerfile for SRVPro Lite
FROM node:12-buster-slim
FROM node:14-buster-slim
# apt
RUN apt update && \
......
......@@ -11,11 +11,6 @@
"cwd": "/ygopro-server/windbot/",
"args": "ServerMode=true ServerPort=2399",
"interpreter": "mono"
},
{
"name": "redis-server",
"script": "/usr/bin/redis-server",
"cwd": "/redis"
}
]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment