Skip to content

Commit

Permalink
Add DATABASE_URL arg to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Rabrennie committed May 21, 2023
1 parent 9c72597 commit 7e3a866
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
@@ -1,6 +1,8 @@
# Use the latest LTS version of Node.js on Alpine Linux
FROM node:lts-alpine as build

ARG DATABASE_URL

# Set the working directory to /app
WORKDIR /app

Expand Down

0 comments on commit 7e3a866

Please sign in to comment.