Merge pull request #62 from jetbridge/main

COPY requires / suffix
This commit is contained in:
Dessalines 2020-10-23 12:44:52 -04:00 committed by GitHub
commit 0edd0c8fd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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