Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

Commit bd109ab

Browse files
Refactored deployment files
1 parent bf465e1 commit bd109ab

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.dockerignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
node_modules
22
.env
3-
dist
3+
build

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ WORKDIR /app
33
COPY package.json package-lock.json ./
44
RUN npm install
55
COPY . .
6+
RUN npm run build
67
CMD [ "npm", "start" ]

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Mohammed Adekunle
3+
Copyright (c) 2022 Mohammed Adekunle
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)