1
0
mirror of https://git.tuxpa.in/a/code-server.git synced 2025-01-04 00:08:46 +00:00
code-server-2/ci/images/playwright/Dockerfile
2021-02-01 15:11:28 -07:00

10 lines
275 B
Docker

# Use the playwright Docker image
FROM mcr.microsoft.com/playwright:bionic
## NOTES
# Somehow get code-server artifact
# Run it locally on port 8080
# so that it can be accessed in our tests
# It should build the project
# Start code server and then we should run the tests