mirror of
https://github.com/maciejpedzich/maciejpedzi.ch.git
synced 2024-11-27 15:45:47 +01:00
Confirm talk's date
This commit is contained in:
parent
bcfb2a49c0
commit
7adbbdeece
@ -5,7 +5,7 @@ RUN npm i
|
|||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
FROM httpd:2.4-alpine AS runtime
|
FROM httpd:2.4-alpine AS runtime
|
||||||
ENV TZ=Europe/Warsaw
|
ENV TZ Europe/Warsaw
|
||||||
RUN apk add --no-cache tzdata
|
RUN apk add --no-cache tzdata
|
||||||
COPY --from=build /app/httpd.conf /usr/local/apache2/conf/httpd.conf
|
COPY --from=build /app/httpd.conf /usr/local/apache2/conf/httpd.conf
|
||||||
COPY --from=build /app/dist /usr/local/apache2/htdocs/
|
COPY --from=build /app/dist /usr/local/apache2/htdocs/
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: going global with localhost
|
title: going global with localhost
|
||||||
description: "This is how I've set up my local network and machine to safely expose my personal projects and other services to the outside world"
|
description: "This is how I've set up my local network and machine to safely expose my personal projects and other services to the outside world"
|
||||||
pubDate: 2024-08-07T16:49:34.239Z
|
pubDate: 2024-09-23T15:00:00.00Z
|
||||||
draft: true
|
draft: true
|
||||||
categories:
|
categories:
|
||||||
- project homelabtop
|
- project homelabtop
|
||||||
@ -11,7 +11,7 @@ tags:
|
|||||||
- notes
|
- notes
|
||||||
---
|
---
|
||||||
|
|
||||||
This post is a script for a talk I gave for James Quick's [Learn Build Teach Discord](https://discord.gg/vM2bagU) on DATE TBA. If you'd like to watch that talk instead of reading its script, then [here's the VOD link](https://www.youtube.com/watch?v=dQw4w9WgXcQ).
|
This post is a script for a talk I gave for James Quick's [Learn Build Teach Discord](https://discord.gg/vM2bagU) on 23 September 2024. If you'd like to watch that talk instead of reading its script, then [here's the VOD link](https://www.youtube.com/watch?v=dQw4w9WgXcQ).
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user