mirror of
https://github.com/thedrewen/protojx-manager.git
synced 2026-03-23 05:01:54 +01:00
chore(docker): add WORKDIR instruction to set application directory
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
FROM node:22
|
FROM node:22
|
||||||
|
|
||||||
|
WORKDIR /app
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y iputils-ping
|
RUN apt-get update && apt-get install -y iputils-ping
|
||||||
|
|||||||
Reference in New Issue
Block a user