mirror of
https://github.com/jaywcjlove/wxmp.git
synced 2026-07-01 11:57:18 +08:00
fix: fix docker image build error.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
node_modules
|
||||
public
|
||||
src
|
||||
.git
|
||||
@@ -0,0 +1,7 @@
|
||||
# https://lipanski.com/posts/smallest-docker-image-static-website
|
||||
# https://github.com/lipanski/docker-static-website
|
||||
FROM lipanski/docker-static-website:latest
|
||||
|
||||
# Copy the static website
|
||||
# Use the .dockerignore file to control what ends up inside the image!
|
||||
COPY ./website/build .
|
||||
Reference in New Issue
Block a user