BombermanBoard Forum Index BombermanBoard
Bomberman Community
 
 Search Forum   Member List   Chat / Chat Log 
 Control Panel   Private Messages   Register   Log in 
BombermanBoard Forum Index -> Clones & Projects
Viewing Single Post
From Topic: Power Bomberman 0.7.7c
Author Message
someone
Bomberbie

Status: Hidden

Joined: 05 Mar 2023
Posts: 2
Post#879  Posted: Sun Mar 05, 2023 6:41 am  Reply with quote + 
Jei wrote:
Thank you for your continued interest. I haven't been checking the thread lately, so apologies for the missed replies. The progress has slowed down due to other obligations on my side - I know you've probably heard that a lot, but keep in mind this year's gonna mark the project's 10th anniversary (I was in high school when I started it!) - rest assured that things are still cooking.

For any questions, try reaching me through the Discord server (link in the OP) or the private messages.

Hi Jei
Thanks for job.

Just for fun. I made a dockerfile on windows.
It will be interresting if you can make the server for linux. Like this we will run it on docker.
With powershell image the size is nearly 1GB.

below the dockerfile for people interrest:


Code:
# syntax=docker/dockerfile:1

# FROM mcr.microsoft.com/windows:ltsc2019                             // OK
# FROM mcr.microsoft.com/windows/servercore:ltsc2019         // OK
# FROM mcr.microsoft.com/windows/server:ltsc2022                 // OK
# FROM mcr.microsoft.com/windows/nanoserver:ltsc2019         // NOK
# FROM mcr.microsoft.com/dotnet/runtime:6.0                         // NOK
# FROM mcr.microsoft.com/dotnet/aspnet:6.0                             // NOK
# FROM mcr.microsoft.com/dotnet/sdk:6.0                                 // NOK
FROM mcr.microsoft.com/powershell:latest

WORKDIR  C:/powerbomberman077c_server
COPY ./powerbomberman077c_server .

CMD Server.exe

Back to Top
View user profile Send Private Message
BombermanBoard Forum Index -> Clones & Projects All times are GMT-5:00 (DST+1)

Jump to: 


Total Time: 0.1249s
Index - Back to Top