This commit is contained in:
@@ -4,7 +4,7 @@ FROM node:latest as build
|
||||
WORKDIR /usr/local/app
|
||||
|
||||
# Copy the project files to the container
|
||||
COPY . /usr/local/app/
|
||||
COPY frontend/ /usr/local/app/
|
||||
|
||||
# Install dependencies
|
||||
RUN npm install
|
||||
|
Reference in New Issue
Block a user