mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2025-01-22 22:12:57 +00:00
commit
0edd0c8fd2
|
@ -9,12 +9,13 @@ WORKDIR /usr/src/app
|
|||
COPY package.json yarn.lock ./
|
||||
RUN yarn install --pure-lockfile
|
||||
|
||||
# Build
|
||||
# Build
|
||||
COPY generate_translations.js \
|
||||
tsconfig.json \
|
||||
webpack.config.js \
|
||||
.babelrc \
|
||||
.
|
||||
./
|
||||
|
||||
COPY lemmy-translations lemmy-translations
|
||||
COPY src src
|
||||
|
||||
|
|
Loading…
Reference in a new issue