Skip to content

Commit

Permalink
🚨 consistent case in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
haliphax committed Dec 19, 2024
1 parent 1c07167 commit 65e3459
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

ARG NODE_VERSION=20

FROM node:${NODE_VERSION}-slim as base
FROM node:${NODE_VERSION}-slim AS base
LABEL fly_launch_runtime="Node.js"
WORKDIR /app
ENV NODE_ENV="production"

FROM base as build
FROM base AS build
RUN apt-get update -qq && \
apt-get install -y --no-install-recommends \
build-essential=12.9 pkg-config=1.8.1-1 python-is-python3=3.11.2-1+deb12u1
Expand Down

0 comments on commit 65e3459

Please sign in to comment.