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

build on server

parent 6ee1adc3
No related branches found
No related tags found
2 merge requests!23Sprint results,!8Merge dev to master
......@@ -9,8 +9,6 @@ COPY ./yarn.lock ./
RUN yarn install > /dev/null
RUN ls -la /
COPY ./node_modules ./node_modules
COPY ./assets ./assets
COPY ./lang ./lang
COPY ./middleware ./middleware
......@@ -22,6 +20,8 @@ COPY ./static ./static
COPY ./nuxt.config.js ./
COPY ./.env ./
RUN yarn generate > /dev/null
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