Add docker file for running on server.
This commit is contained in:
@@ -6,16 +6,17 @@
|
||||
namespace Douwco {
|
||||
|
||||
class Server {
|
||||
|
||||
private:
|
||||
static constexpr int port = 8888;
|
||||
crow::SimpleApp crowApp;
|
||||
|
||||
public:
|
||||
Server() = default;
|
||||
~Server() = default;
|
||||
|
||||
void setup();
|
||||
void start();
|
||||
|
||||
private:
|
||||
static constexpr int port = 8080;
|
||||
crow::SimpleApp crowApp;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user