fix: remove nonexistent deno.json from Dockerfile
This commit is contained in:
parent
ade550dcf4
commit
31ff2fa87f
1 changed files with 1 additions and 2 deletions
|
|
@ -7,9 +7,8 @@ WORKDIR /app
|
|||
# Set Deno cache directory to use mounted volume
|
||||
ENV DENO_DIR=/data
|
||||
|
||||
# Copy files
|
||||
# Copy server file
|
||||
COPY server.ts .
|
||||
COPY deno.json .
|
||||
|
||||
# Expose port (Railway will set PORT env var)
|
||||
EXPOSE 3002
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue