Skip to content

Commit 497e07c

Browse files
author
Ben Perlmutter
committed
support playwright in dockerfiles
1 parent 52fbc01 commit 497e07c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

chat-server.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM node:18-alpine as builder
2+
FROM node:18
33

44
ARG ENVIRONMENT
55
ENV ENVIRONMENT=${ENVIRONMENT}

packages/chatbot-server-mongodb-public/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is an implementation of `mongodb-chatbot-server` that powers the MongoDB Education Chatbot. You can query the chatbot from https://mongodb.com/docs.
44

5-
The project is a Express.js server.
5+
The project uses an Express.js server.
66

77
## Usage
88

scripts-service.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM node:18-alpine as builder
2+
FROM node:18
33

44
WORKDIR /app
55
COPY . ./

0 commit comments

Comments
 (0)