Small fix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2022-09-18 15:34:43 +02:00
parent e435628690
commit 9252bb5ee7
2 changed files with 3 additions and 3 deletions

View File

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