Mediocreatmybest commited on
Commit
12c3bf8
·
1 Parent(s): bd2fd97

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -26
Dockerfile CHANGED
@@ -1,30 +1,4 @@
1
- #------------------------------------------------------------------------
2
- # Dynamic iPXE image generator
3
- #
4
- # Copyright (C) 2012-2021 Francois Lacroix. All Rights Reserved.
5
- # License: GNU General Public License version 3 or later; see LICENSE.txt
6
- # Website: http://ipxe.org, https://github.com/xbgmsharp/ipxe-buildweb
7
- #------------------------------------------------------------------------
8
- #
9
- # Ubuntu LTS + Apache2 + module + my app
10
- #
11
- # Base from ultimate-seed Dockerfile
12
- # https://github.com/pilwon/ultimate-seed
13
- #
14
- # AUTHOR: [email protected]
15
- # WEBSITE: https://github.com/xbgmsharp/ipxe-buildweb
16
- #
17
- # DOCKER-VERSION 1.0.0
18
- # VERSION 0.0.1
19
-
20
- # Pull base image.
21
  FROM mediocreatmybest/ipxe-buildweb:latest
22
- LABEL Francois Lacroix <[email protected]>
23
-
24
  ENV PORT 80
25
-
26
-
27
- # Expose ports.
28
  EXPOSE 80
29
-
30
  ENTRYPOINT ["/opt/rom-o-matic/start.sh"]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  FROM mediocreatmybest/ipxe-buildweb:latest
 
 
2
  ENV PORT 80
 
 
 
3
  EXPOSE 80
 
4
  ENTRYPOINT ["/opt/rom-o-matic/start.sh"]