diff --git a/snakes/Dockerfile b/snakes/Dockerfile index 6ef6f29..7697e44 100644 --- a/snakes/Dockerfile +++ b/snakes/Dockerfile @@ -8,5 +8,6 @@ COPY package*.json ./ RUN npm install COPY . . +COPY .svelte-kit .svelte-kit CMD ["npm", "run", "host"]