Skip to content

Commit

Permalink
feat: port 동작 확인
Browse files Browse the repository at this point in the history
  • Loading branch information
miro-ring committed Mar 23, 2024
1 parent afe5cce commit 2b4dfe3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.sandbox
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM node:20-alpine AS base
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
ARG PORT
ENV PORT ${PORT}

RUN corepack enable
COPY . /app
Expand Down

0 comments on commit 2b4dfe3

Please sign in to comment.