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

Commit

Permalink
feat: updated dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowko committed Jun 19, 2022
1 parent bc43a6b commit 2a7e462
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN npm install

# copy the app, note .dockerignore
COPY . /usr/src/website-shot/
RUN npm run generate
RUN npm run build

EXPOSE 3000
Expand Down
1 change: 1 addition & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export default {
ssr: false,
// Global page headers: https://go.nuxtjs.dev/config-head
head: {
title: "Website-Shot | Home",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website-shot",
"version": "0.3.0",
"version": "0.4.0",
"private": true,
"scripts": {
"dev": "nuxt",
Expand Down

0 comments on commit 2a7e462

Please sign in to comment.