mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-27 11:20:40 -04:00
fixed'
This commit is contained in:
parent
7584f27018
commit
62a504709b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ FROM node:18-alpine AS builder
|
|||
WORKDIR /app
|
||||
|
||||
# Copy package files
|
||||
COPY restaurant/app .
|
||||
COPY app .
|
||||
|
||||
# Install dependencies
|
||||
RUN npm install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue