mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-27 11:20:40 -04:00
fix: dockerfile for restaurant
This commit is contained in:
parent
23d651a21f
commit
55f7b09c93
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ FROM node:18-alpine AS builder
|
|||
WORKDIR /app
|
||||
|
||||
# Copy package.json and package-lock.json (if present)
|
||||
COPY package*.json ./
|
||||
COPY /app/package*.json ./
|
||||
|
||||
# Install dependencies
|
||||
RUN npm install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue