refactor: code refactor

This commit is contained in:
Andrea 2023-03-02 08:45:46 +01:00
parent b0672af566
commit fc2bc5d1b7
No known key found for this signature in database
GPG Key ID: 4594610B9C8F91C5

View File

@ -2,7 +2,7 @@ FROM node:alpine
WORKDIR /app
COPY ./package*.json /app
COPY ./package*.json /app/
RUN npm install