mirror of
https://github.com/detleph/server.git
synced 2026-09-04 08:36:06 +02:00
HOTFIX: Add ending slash to copy commands
This commit is contained in:
+2
-2
@@ -6,7 +6,7 @@ FROM node:17-alpine3.12
|
||||
RUN mkdir /app
|
||||
|
||||
# Copy dependency files
|
||||
COPY package.json package-lock.json /app
|
||||
COPY package.json package-lock.json /app/
|
||||
|
||||
# Change directory into the container
|
||||
WORKDIR /app
|
||||
@@ -19,7 +19,7 @@ RUN npm i
|
||||
ADD prisma/ /app/prisma/
|
||||
ADD scripts/ /app/scripts/
|
||||
ADD src/ /app/src/
|
||||
COPY tsconfig.json /app
|
||||
COPY tsconfig.json /app/
|
||||
|
||||
# Generate the prisma client
|
||||
RUN npx prisma generate
|
||||
|
||||
Reference in New Issue
Block a user