Skip to content
Snippets Groups Projects
Commit 23f215ce authored by Martin Weise's avatar Martin Weise
Browse files

build on server

parent 945d5541
No related branches found
No related tags found
No related merge requests found
...@@ -9,8 +9,6 @@ COPY ./yarn.lock ./ ...@@ -9,8 +9,6 @@ COPY ./yarn.lock ./
RUN yarn install > /dev/null RUN yarn install > /dev/null
RUN ls -la /
COPY ./node_modules ./node_modules
COPY ./assets ./assets COPY ./assets ./assets
COPY ./lang ./lang COPY ./lang ./lang
COPY ./middleware ./middleware COPY ./middleware ./middleware
...@@ -22,6 +20,8 @@ COPY ./static ./static ...@@ -22,6 +20,8 @@ COPY ./static ./static
COPY ./nuxt.config.js ./ COPY ./nuxt.config.js ./
COPY ./.env ./ COPY ./.env ./
RUN yarn generate > /dev/null
EXPOSE 3000 EXPOSE 3000
ENTRYPOINT ["yarn", "docker"] ENTRYPOINT ["yarn", "start"]
{
"systemParams": "darwin-x64-88",
"modulesFolders": [],
"flags": [],
"linkedModules": [],
"topLevelPatterns": [],
"lockfileEntries": {},
"files": [],
"artifacts": {}
}
\ No newline at end of file
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment