Skip to content

Instantly share code, notes, and snippets.

View jonathanpalma's full-sized avatar
🐶
Fetching Bytes

Jonathan Palma jonathanpalma

🐶
Fetching Bytes
View GitHub Profile
@gigiperih
gigiperih / Dockerfile
Created January 13, 2022 16:25
Dockerize: production ready next-js app (turborepo, watchtower, shoutrrr, nginx, ssl)
#
# EXAMPLE OF MULTISTAGE BUILD FOR MONOREPOS
#
# @link https://github.com/belgattitude/nextjs-monorepo-example
#
###################################################################
# Stage 1: Install all workspaces (dev)dependencies #
# and generates node_modules folder(s) #
# ----------------------------------------------------------------#