mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 08:50:15 +01:00
chore: server setup complete
This commit is contained in:
parent
fca546af63
commit
affbaaf1a5
3 changed files with 7898 additions and 6 deletions
|
|
@ -6,7 +6,7 @@ COPY package*.json /api/
|
|||
RUN npm install
|
||||
# Copy the current directory contents into the container at /api
|
||||
COPY . /api/
|
||||
# Make port 80 available to the world outside this container
|
||||
EXPOSE 80
|
||||
# Make port 3080 available to the world outside this container
|
||||
EXPOSE 3080
|
||||
# Run the app when the container launches
|
||||
CMD ["npm", "start"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue