Compare commits
No commits in common. "66a33dfad84a263d510c8cb7ca08a1ce443e2682" and "c600889e4df6514e5eb258c10adeda9e65e4827a" have entirely different histories.
66a33dfad8
...
c600889e4d
|
@ -1,4 +1,4 @@
|
||||||
FROM docker.io/perl:5.36
|
FROM perl:5.36
|
||||||
|
|
||||||
# Move it
|
# Move it
|
||||||
WORKDIR /opt
|
WORKDIR /opt
|
||||||
|
@ -13,13 +13,12 @@ COPY www-swagg.pl .
|
||||||
# Dependency time
|
# Dependency time
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get -y upgrade
|
RUN apt-get -y upgrade
|
||||||
RUN apt-get -y install fortune-mod ruby-dev fortunes-bofh-excuses \
|
RUN apt-get -y install fortune-mod ruby-dev
|
||||||
fortunes-mario fortunes-min fortunes
|
|
||||||
RUN cpanm --installdeps .
|
RUN cpanm --installdeps .
|
||||||
RUN gem install cgi
|
RUN gem install cgi
|
||||||
|
|
||||||
# Test it
|
# Test it
|
||||||
#RUN prove -l -v
|
RUN prove -l -v
|
||||||
|
|
||||||
# Finish setting up the environment
|
# Finish setting up the environment
|
||||||
ENV MOJO_REVERSE_PROXY=1
|
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
|
### Build the container locally
|
||||||
|
|
||||||
podman build -t www-swagg .
|
docker build -t www-swagg .
|
||||||
|
|
||||||
Tests are performed during the build process
|
Tests are performed during the build process
|
||||||
|
|
||||||
|
@ -14,20 +14,8 @@ Tests are performed during the build process
|
||||||
|
|
||||||
### Tag the image
|
### Tag the image
|
||||||
|
|
||||||
podman tag www-swagg git.minimally.online/swaggboi_priv/www-swagg
|
docker tag www-swagg gcr.io/www-swagg/www-swagg
|
||||||
|
|
||||||
### Send it
|
### Send it
|
||||||
|
|
||||||
podman push git.minimally.online/swaggboi_priv/www-swagg
|
docker push gcr.io/www-swagg/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,7 +68,6 @@ hr {
|
||||||
background-color: #BEBEBE;
|
background-color: #BEBEBE;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
width: 10em;
|
width: 10em;
|
||||||
color: #000000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.win95button:active {
|
.win95button:active {
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1 +1 @@
|
||||||
daniel-bowling-2023a.docx
|
daniel-bowling-2023.docx
|
|
@ -1 +1 @@
|
||||||
daniel-bowling-2023a.odt
|
daniel-bowling-2023.odt
|
Loading…
Reference in New Issue
Block a user