Skip to content

Instantly share code, notes, and snippets.

View julianapeace's full-sized avatar
🌼
Twitter: sudobangbang

julianapeace

🌼
Twitter: sudobangbang
View GitHub Profile
@julianapeace
julianapeace / challenge.yaml
Created September 24, 2025 19:43
Discord challenge #2 - This dockerfile will not build on NodeOps. What is wrong with it?
# Use Node.js 24 slim for ARM64 architecture
FROM --platform=linux/arm64 node:24-slim AS base
# Install dependencies only when needed
FROM base AS deps
WORKDIR /app
# Copy package files first
COPY package.json package-lock.json* ./
@julianapeace
julianapeace / yaml
Created September 24, 2025 19:42
challenge #2
# Use Node.js 24 slim for ARM64 architecture
FROM --platform=linux/arm64 node:24-slim AS base
# Install dependencies only when needed
FROM base AS deps
WORKDIR /app
# Copy package files first
COPY package.json package-lock.json* ./
# Use Node.js 24 slim for ARM64 architecture
FROM --platform=linux/arm64 node:24-slim AS base
# Install dependencies only when needed
FROM base AS deps
WORKDIR /app
# Copy package files first
COPY package.json package-lock.json* ./
@julianapeace
julianapeace / bashrc
Created May 23, 2020 09:10
My bashrc aliases
alias goproxy='export http_proxy=http://192.168.1.11:8080'
alias disproxy='unset http_proxy'
alias ..='cd ..'
alias ...='cd ../..'
source ~/.bashrc
### Keybase proof
I hereby claim:
* I am julianapeace on github.
* I am julianapeace (https://keybase.io/julianapeace) on keybase.
* I have a public key ASCnCDmKipxn---6n4y9tJC-QHNDSdn-ND5zhws53eDKiQo
To claim this, I am signing this object: