mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 20:01:16 +00:00
Fixing docker build.
This commit is contained in:
parent
945357fc30
commit
f60c8911d3
1 changed files with 2 additions and 0 deletions
|
@ -28,8 +28,10 @@ RUN yarn install --pure-lockfile
|
|||
COPY tsconfig.json \
|
||||
webpack.config.js \
|
||||
.babelrc \
|
||||
generate_translations.js \
|
||||
./
|
||||
|
||||
COPY joinlemmy-translations joinlemmy-translations
|
||||
COPY src src
|
||||
|
||||
# Copy the docs and API
|
||||
|
|
Loading…
Reference in a new issue