|
@ -9,7 +9,7 @@ RUN apk update && apk upgrade |
|
|
RUN apk add git |
|
|
RUN apk add git |
|
|
|
|
|
|
|
|
# copy the app, note .dockerignore |
|
|
# copy the app, note .dockerignore |
|
|
COPY . /usr/src/nuxt-app/ |
|
|
|
|
|
|
|
|
COPY . /usr/src/test-02/ |
|
|
RUN yarn install |
|
|
RUN yarn install |
|
|
|
|
|
|
|
|
# build necessary, even if no static files are needed, |
|
|
# build necessary, even if no static files are needed, |
|
|