refactor: code refactor
This commit is contained in:
parent
b0672af566
commit
fc2bc5d1b7
@ -2,7 +2,7 @@ FROM node:alpine
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY ./package*.json /app
|
COPY ./package*.json /app/
|
||||||
|
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user