mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 04:11:15 +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 \
|
COPY tsconfig.json \
|
||||||
webpack.config.js \
|
webpack.config.js \
|
||||||
.babelrc \
|
.babelrc \
|
||||||
|
generate_translations.js \
|
||||||
./
|
./
|
||||||
|
|
||||||
|
COPY joinlemmy-translations joinlemmy-translations
|
||||||
COPY src src
|
COPY src src
|
||||||
|
|
||||||
# Copy the docs and API
|
# Copy the docs and API
|
||||||
|
|
Loading…
Reference in a new issue