Skip to content
This repository was archived by the owner on Mar 10, 2024. It is now read-only.

Commit 2a7e462

Browse files
committed
feat: updated dockerfile
1 parent bc43a6b commit 2a7e462

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RUN npm install
1313

1414
# copy the app, note .dockerignore
1515
COPY . /usr/src/website-shot/
16+
RUN npm run generate
1617
RUN npm run build
1718

1819
EXPOSE 3000

nuxt.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export default {
2+
ssr: false,
23
// Global page headers: https://go.nuxtjs.dev/config-head
34
head: {
45
title: "Website-Shot | Home",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website-shot",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"private": true,
55
"scripts": {
66
"dev": "nuxt",

0 commit comments

Comments
 (0)