mirror of
https://github.com/techno-tim/littlelink-server.git
synced 2025-03-04 16:08:28 -06:00
docs(README): adding examples
This commit is contained in:
@@ -3,6 +3,7 @@ RUN apk --no-cache add \
|
||||
gettext \
|
||||
bash
|
||||
ENV NODE_ENV=production
|
||||
VOLUME ["/usr/src/app"]
|
||||
WORKDIR /usr/src/app
|
||||
COPY package.json yarn.lock ./
|
||||
RUN yarn install --frozen-lockfile --check-files --production=true
|
||||
|
||||
Reference in New Issue
Block a user