BUILD - Optimize Dockerfile by using alpine as base image

This commit is contained in:
Juansecu
2024-06-08 21:55:03 -05:00
parent 51615db230
commit 2096c3c3cc
2 changed files with 14 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
#pragma once
#include <stdint.h>
#include <string>
namespace settings {
@@ -13,7 +14,7 @@ namespace settings {
extern std::string SHARDSERVERIP;
extern bool LOCALHOSTWORKAROUND;
extern bool ANTICHEAT;
extern time_t TIMEOUT;
extern int64_t TIMEOUT;
extern int VIEWDISTANCE;
extern bool SIMULATEMOBS;
extern int SPAWN_X;