First attempt at using ajax call to API
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-01-20 16:16:35 +01:00
parent 31da1afb62
commit 2e68632e3a
5 changed files with 20 additions and 2 deletions

View File

@ -2,7 +2,7 @@ FROM node:17-alpine
WORKDIR /app
COPY ./ /app
COPY server.js /app/server.js
RUN npm install fastify