Skip to content

Commit ccebfdf

Browse files
committed
fix dockerfiles
1 parent 9f243bf commit ccebfdf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM lovasoa/sqlpage:latest
22

3-
COPY . .
3+
COPY . /var/www

examples/official-site/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM lovasoa/sqlpage:main
22

3-
COPY . .
3+
COPY . /var/www

0 commit comments

Comments
 (0)