Skip to content

Commit a05e11c

Browse files
author
Woomymy
committed
Version: Bump to 1.2.0
1 parent 28c7b0e commit a05e11c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

docker/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ FROM node:18-alpine3.14 as build
22
WORKDIR /app/bot
33

44
COPY ./src ./src
5-
COPY ./prisma ./prisma
65
COPY ./*.json ./
76
COPY ./docker/entrypoint.sh ./
87
RUN apk update && \

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@federation-interservices-d-informatique/fiibot-id",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "FII ID management bots",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)