mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-27 20:45:35 -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
|
WORKDIR /app
|
||||||
|
|
||||||
# Copy package.json and package-lock.json (if present)
|
# Copy package.json and package-lock.json (if present)
|
||||||
COPY package*.json ./
|
COPY /app/package*.json ./
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue