- Add Docker Compose configurations for dev, prod, and standalone environments - Add database initialization scripts (init-db.sh, init-db-docker.sh) - Add enhanced start-docker-linux.sh with DB init support - Add comprehensive database initialization guide - Support for automatic dbexport.pgsql import on first run - Include safety checks for production environment
12 lines
375 B
Plaintext
12 lines
375 B
Plaintext
<%@ page language="java" contentType="text/html; charset=EUC-KR"
|
|
pageEncoding="EUC-KR"%>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=EUC-KR">
|
|
<title>Insert title here</title>
|
|
</head>
|
|
<body>
|
|
<img src="/images/drawing.png">
|
|
</body>
|
|
</html> |