WORKDIR /usr/src/app

This commit is contained in:
Artur 2024-10-03 06:30:22 +02:00
parent ad8280bebf
commit 96fe82ff63
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM node:alpine
WORKDIR ./usr/src/app
WORKDIR /usr/src/app
COPY . /usr/src/app