diff --git a/Fastify/Dockerfile b/Fastify/Dockerfile index 30f47cb..0b0684c 100644 --- a/Fastify/Dockerfile +++ b/Fastify/Dockerfile @@ -1,7 +1,9 @@ FROM node:17-alpine +WORKDIR /app + +COPY ./ /app + RUN npm install fastify -COPY . . - CMD ["node", "server.js"] \ No newline at end of file