This commit is contained in:
Smigz 2025-05-02 23:40:32 +00:00
parent 7584f27018
commit 62a504709b

View file

@ -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