Skip to content

Commit 9767a74

Browse files
committedJul 13, 2020
Merge branch 'release-1.0.4' into release
2 parents 8e2b520 + b12e60f commit 9767a74

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+20467
-14151
lines changed
 

‎.github/FUNDING.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
custom: https://processingfoundation.org/support
1+
github: processing
2+
custom: https://processingfoundation.org/

‎Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ COPY .babelrc index.js nodemon.json ./
1414
COPY ./webpack ./webpack
1515
COPY client ./client
1616
COPY server ./server
17+
COPY translations/locales ./translations/locales
1718
CMD ["npm", "start"]
1819

1920
FROM development as build

0 commit comments

Comments
 (0)