mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 04:11:12 +00:00
COPY requires / suffix
This commit is contained in:
parent
dedef824b4
commit
c0be783cc4
1 changed files with 3 additions and 2 deletions
|
@ -9,12 +9,13 @@ WORKDIR /usr/src/app
|
||||||
COPY package.json yarn.lock ./
|
COPY package.json yarn.lock ./
|
||||||
RUN yarn install --pure-lockfile
|
RUN yarn install --pure-lockfile
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
COPY generate_translations.js \
|
COPY generate_translations.js \
|
||||||
tsconfig.json \
|
tsconfig.json \
|
||||||
webpack.config.js \
|
webpack.config.js \
|
||||||
.babelrc \
|
.babelrc \
|
||||||
.
|
./
|
||||||
|
|
||||||
COPY lemmy-translations lemmy-translations
|
COPY lemmy-translations lemmy-translations
|
||||||
COPY src src
|
COPY src src
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue