mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-05-02 13:07:40 +00:00
fix typo
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
6a1561be31
commit
6a707deeed
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ RUN mkdir data
|
||||||
|
|
||||||
COPY package.json package-lock.json /app/
|
COPY package.json package-lock.json /app/
|
||||||
COPY ./prisma /app/prisma
|
COPY ./prisma /app/prisma
|
||||||
RUN npm ci --ignore-scriptss
|
RUN npm ci --ignore-scripts
|
||||||
COPY --from=builder /app/dist /app
|
COPY --from=builder /app/dist /app
|
||||||
|
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
|
|
Loading…
Add table
Reference in a new issue