1.8.0 : servir les assets du pack (img/ dans l'image Docker, MIME jpg/gif)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -3,5 +3,6 @@ WORKDIR /app
|
||||
COPY index.html server.js ./
|
||||
COPY css ./css
|
||||
COPY js ./js
|
||||
COPY img ./img
|
||||
EXPOSE 80
|
||||
CMD ["node", "server.js"]
|
||||
|
||||
Reference in New Issue
Block a user