File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ ENV READ2BURN_HOME="/app"
77
88WORKDIR ${READ2BURN_HOME}
99
10+ COPY . .
11+
1012# Run a command inside the image
1113# If you are building your code for production
1214# RUN npm ci --only=production
@@ -15,8 +17,6 @@ WORKDIR ${READ2BURN_HOME}
1517RUN apk update \
1618 && apk upgrade \
1719 && apk add --no-cache tzdata \
18- && apk add git \
19- && git clone --single-branch --depth 1 https://github.com/wemove/read2burn.git ${READ2BURN_HOME} \
2020 && npm ci --only=production \
2121 && rm -rf ${READ2BURN_HOME}/docker
2222
@@ -25,9 +25,6 @@ RUN apk update \
2525
2626FROM node:lts-alpine
2727
28- # Your contact info
29- MAINTAINER J Mueller <
[email protected] >
30-
3128ENV READ2BURN_HOME="/app"
3229
3330WORKDIR ${READ2BURN_HOME}
You can’t perform that action at this time.
0 commit comments