Compare commits
10 Commits
c600889e4d
...
66a33dfad8
Author | SHA1 | Date | |
---|---|---|---|
66a33dfad8 | |||
bea0c06612 | |||
100e0f27ee | |||
1d2260a4cb | |||
|
6fb0a825f5 | ||
414970699a | |||
5a37a15d3b | |||
6bf2cc4ea6 | |||
e824b2085e | |||
b1f84ebd1f |
|
@ -1,4 +1,4 @@
|
|||
FROM perl:5.36
|
||||
FROM docker.io/perl:5.36
|
||||
|
||||
# Move it
|
||||
WORKDIR /opt
|
||||
|
@ -13,12 +13,13 @@ COPY www-swagg.pl .
|
|||
# Dependency time
|
||||
RUN apt-get update
|
||||
RUN apt-get -y upgrade
|
||||
RUN apt-get -y install fortune-mod ruby-dev
|
||||
RUN apt-get -y install fortune-mod ruby-dev fortunes-bofh-excuses \
|
||||
fortunes-mario fortunes-min fortunes
|
||||
RUN cpanm --installdeps .
|
||||
RUN gem install cgi
|
||||
|
||||
# Test it
|
||||
RUN prove -l -v
|
||||
#RUN prove -l -v
|
||||
|
||||
# Finish setting up the environment
|
||||
ENV MOJO_REVERSE_PROXY=1
|
||||
|
|
18
README.md
18
README.md
|
@ -6,7 +6,7 @@ The successor to my homepage. Hold on to your butts.
|
|||
|
||||
### Build the container locally
|
||||
|
||||
docker build -t www-swagg .
|
||||
podman build -t www-swagg .
|
||||
|
||||
Tests are performed during the build process
|
||||
|
||||
|
@ -14,8 +14,20 @@ Tests are performed during the build process
|
|||
|
||||
### Tag the image
|
||||
|
||||
docker tag www-swagg gcr.io/www-swagg/www-swagg
|
||||
podman tag www-swagg git.minimally.online/swaggboi_priv/www-swagg
|
||||
|
||||
### Send it
|
||||
|
||||
docker push gcr.io/www-swagg/www-swagg
|
||||
podman push git.minimally.online/swaggboi_priv/www-swagg
|
||||
|
||||
### Pull it
|
||||
|
||||
podman pull git.minimally.online/swaggboi_priv/www-swagg
|
||||
|
||||
### Run it
|
||||
|
||||
podman run -dt --rm --name www-swagg -p 3000:3000 www-swagg:latest
|
||||
|
||||
### Create unit file
|
||||
|
||||
podman generate systemd --files --new --name www-swagg
|
||||
|
|
|
@ -68,6 +68,7 @@ hr {
|
|||
background-color: #BEBEBE;
|
||||
padding: 0.5em;
|
||||
width: 10em;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.win95button:active {
|
||||
|
|
Binary file not shown.
Binary file not shown.
BIN
public/resume/daniel-bowling-2023a.docx
Normal file
BIN
public/resume/daniel-bowling-2023a.docx
Normal file
Binary file not shown.
BIN
public/resume/daniel-bowling-2023a.odt
Normal file
BIN
public/resume/daniel-bowling-2023a.odt
Normal file
Binary file not shown.
|
@ -1 +1 @@
|
|||
daniel-bowling-2023.docx
|
||||
daniel-bowling-2023a.docx
|
|
@ -1 +1 @@
|
|||
daniel-bowling-2023.odt
|
||||
daniel-bowling-2023a.odt
|
Loading…
Reference in New Issue
Block a user