Skip to content

Commit ac15cf5

Browse files
committed
chore: fix dockerfile
1 parent e7f18df commit ac15cf5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ jobs:
107107
env:
108108
DOCKER_BUILD_SUMMARY: false
109109
with:
110+
context: .
110111
file: Dockerfile
111112
platforms: linux/amd64
112113
push: true

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN mkdir -p /app && \
55
chown node:node /app
66
WORKDIR /app
77

8-
COPY .output ./
8+
COPY ./.output ./
99
# COPY .data/content/contents.sqlite ./server/
1010

1111
USER node:node

0 commit comments

Comments
 (0)