chore(docker): add WORKDIR instruction to set application directory

This commit is contained in:
2025-10-31 17:36:16 +01:00
parent b9930cbc8f
commit f05a35965e

View File

@@ -1,5 +1,7 @@
FROM node:22
WORKDIR /app
COPY . .
RUN apt-get update && apt-get install -y iputils-ping