Compare commits

...

10 Commits

Author SHA1 Message Date
66a33dfad8 Whoopsie podman stuff 2024-01-03 17:11:45 -05:00
bea0c06612 Don't do tests in Dockerfile for now (probably get rid of this entirely) 2024-01-03 17:08:54 -05:00
100e0f27ee Update docs 2023-08-25 12:16:10 -04:00
1d2260a4cb Moar fortunes 2023-07-23 00:26:42 -04:00
Daniel Bowling
6fb0a825f5 Update docs 2023-07-23 00:18:24 -04:00
414970699a New resume 2023-05-04 11:11:54 -04:00
5a37a15d3b Moar docs 2023-04-22 20:08:18 -04:00
6bf2cc4ea6 Update docs 2023-04-22 10:19:52 -04:00
e824b2085e Set text color to black for GDPR buttons 2023-04-22 10:18:32 -04:00
b1f84ebd1f Update resume 2022-12-15 16:10:19 -05:00
9 changed files with 22 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -1 +1 @@
daniel-bowling-2023.docx
daniel-bowling-2023a.docx

View File

@ -1 +1 @@
daniel-bowling-2023.odt
daniel-bowling-2023a.odt