Update
This commit is contained in:
parent
4dfd8cd516
commit
5a64568824
22 changed files with 702 additions and 194 deletions
|
|
@ -3,4 +3,5 @@ WORKDIR /app-backend
|
|||
COPY ["package.json", "package-lock.json*", "./"]
|
||||
RUN npm install
|
||||
COPY . .
|
||||
CMD ./app/jwtRS256.sh
|
||||
CMD node server.js
|
||||
|
|
|
|||
Reference in a new issue