# NightOwl-Dockerfile
FROM insomnia:chronic
LABEL maintainer="mzubair481"
LABEL timezone="UTC-WheneverImAwake"
# Install night shift essentials
RUN apt-get update && apt-get install -y \
dark-mode \
blue-light-filter \
caffeinated-beverages \
lo-fi-beats \
blackout-curtains \
productivity-guilt
# Set optimal coding hours
ENV PEAK_HOURS="23:00-05:00"
ENV SLEEP_SCHEDULE="non-existent"
WORKDIR /home/mzubair481/3am-ideas
# ADD online presence
ADD https://github.com/mzubair481 /home/mzubair481/commits-at-2am
# COPY code written at questionable hours
RUN git clone https://github.com/mzubair481/express-boilerplate.git
RUN git clone https://github.com/mzubair481/UbuntuServerHardening.git
# RUN at night
RUN echo "Starting work at sunset..."
RUN while [ $(date +%H) -lt 6 ]; do code frantically; done
# EXPOSE to daylight (avoided)
EXPOSE 3000 "to-sunlight:never"
# CMD that runs all night
CMD ["code", "--no-sleep-mode"]
# ENTRYPOINT to the vampire lifestyle
ENTRYPOINT ["echo", "The sun is a deadly laser... back to coding"]
# Exit status: Somehow productive at 3am but useless at 3pm
Pinned Loading
-
express-boilerplate
express-boilerplate Publicπ A modern, production-ready Express.js starter template built with TypeScript. Features JWT authentication, Prisma ORM, comprehensive testing, Docker support, and monitoring tools. Perfect for buiβ¦
-
ubuntu-server-security-hardener
ubuntu-server-security-hardener PublicEnterprise-grade modular security hardening for Ubuntu 22.04/24.04 LTS servers
Shell
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.





