We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7f18df commit ac15cf5Copy full SHA for ac15cf5
.github/workflows/deploy.yml
@@ -107,6 +107,7 @@ jobs:
107
env:
108
DOCKER_BUILD_SUMMARY: false
109
with:
110
+ context: .
111
file: Dockerfile
112
platforms: linux/amd64
113
push: true
Dockerfile
@@ -5,7 +5,7 @@ RUN mkdir -p /app && \
5
chown node:node /app
6
WORKDIR /app
7
8
-COPY .output ./
+COPY ./.output ./
9
# COPY .data/content/contents.sqlite ./server/
10
11
USER node:node
0 commit comments