mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-17 14:56:36 +00:00
docs: add placeholder .gitkeep file to 'public' folder
This commit is contained in:
parent
e9da555705
commit
a1c4f2160b
7
public/.gitkeep
Normal file
7
public/.gitkeep
Normal file
@ -0,0 +1,7 @@
|
||||
This is a placeholder file to ensure the 'public' folder is not empty.
|
||||
|
||||
The 'public' folder is required by the Dockerfile in order to copy static assets from the builder stage during the Docker build process. Specifically, the following line in the Dockerfile copies the contents of the 'public' folder from the builder stage to the production container:
|
||||
|
||||
COPY --from=builder /app/public ./public
|
||||
|
||||
Without this folder, the build process may fail as the folder is expected to exist in the container.
|
Loading…
Reference in New Issue
Block a user